Ask Question, Ask an Expert

+61-413 786 465

info@mywordsolution.com

Ask DBMS Expert


Home >> DBMS

The Final Project of this course requires you to identify SQL Statements to build tables in your proposed database.

Remember, entities in your conceptual and logical models become tables in your physical model. Attributes in your conceptual and logical models become fields in a table.

Each week's course assignments allow the chance to get feedback from your peer's as you progress through the sections of the Final Project.

For this Interactive Assignment, you will share and swap knowledge with your instructor and peers on the SQL section of your Final Project.

In your post, at minimum, discuss the following with your instructor and peers. Seek their feedback on suggestions to improve your thought direction:

Provide the SQL CREATE TABLE commands for two of the tables in your proposed database.

An example would be:Use AdventureWorks2008

CREATE TABLE Students ([id] int NOT NULL,
[FirstName] nvarchar(50) NOT NULL,
[LastName] nvarchar(50) NOT NULL,
[HireDate] date NOT NULL,
[EnrolmentDate] date NOT NULL,
[PersonType] nvarchar(30) NOT NULL, Primary key(id))
GO

Include PRIMARY KEY and NOT NULL commands.

Provide the SQL INSERT commands to insert five rows of data into your two tables.

An example would be:Use AdventureWorks2008

INSERT INTO Students (id, FirstName,LastName, HireDate, EnrolmentDate, personType)
values (1, ‘Tony', ‘Greig', ‘2013-01-03',
‘2013-01-03', ‘Student')
GO

INSERT INTO Students (id,Firstname,Lastname,HireDate,EnrolmentDate, personType)
Values(2,'William','Charlie','2012-01-03',
‘2012-01-03', ‘Instructor')
GO

INSERT INTO Students (id,Firstname,Lastname,HireDate,EnrolmentDate, personType)
Values(3,'Your first name','Your last name','2016-01-03',‘2016-01-03', ‘Instructor')
GO

DBMS, Programming

  • Category:- DBMS
  • Reference No.:- M92474085
  • Price:- $30

Priced at Now at $30, Verified Solution

Have any Question?


Related Questions in DBMS

The system development team at the xyz company is working

The system development team at the XYZ Company is working on developing a new customer order entry system. In the process of designing the new system, the team has identified the following data entity attributes: Invento ...

Question 1 unified communications system eg email

Question: 1. Unified Communications System (e.g., email, conferencing, and messaging) - The local area network is slower than needed, especially for newer, cloud-based applications. The email system needs refurbishment a ...

Assignment task -write and run sql statements to complete

Assignment Task - Write and run SQL statements to complete the following tasks Part A - DML 1. Show the details of the products where the product code starts with '22'. 2. Display the vendor details from areacode 615. 3. ...

Question sql injection is in the top 10 owasp and common

Question : SQL Injection is in the top 10 OWASP and Common Weakness Enumeration. Using MySQL and PHP, show your own very short and simple application that is vulnerable to this attack. Provide another version that mitiga ...

In this section the student is required to develop a

In this section, the student is required to develop a technical debate based on his/her understanding using available scientific literature. The answer to this question should not exceed three A4 Pages. In the traditiona ...

Suppose that we have a table of house prices and a table of

Suppose that we have a table of house prices and a table of zip codes: • hprices(hid (PK),address,bedrooms,price,zipcode) • zipcodes(zipcode (PK),state) Write a SQL query that finds the average, maximum, and minimum pric ...

Backgrounda new training organization called abc

Background A new training organization called ABC TechTraining is opening soon and they have approached you to help design their new database. They have just completed the refurbishment of the premises and are now lookin ...

Relational database design a given the following business

Relational Database Design A) Given the following business rules, identify entity types, attributes (at least two attributes for each entity, including the primary key) and relationships, and then draw an Entity-Relation ...

Question create the physical data model for the logical

Question: Create the physical data model for the logical data model that you submitted in IP3. This should include all of the data definition language SQL. Your submission should include all DDL needed to: Create the tab ...

Question suppose we have two kinds of doctors hospital

Question : Suppose we have two kinds of doctors: hospital doctors and family physicians. In addition to the doctor's id number, name, specialty, and years of experience, we want to record the hospital name for the hospit ...

  • 4,153,160 Questions Asked
  • 13,132 Experts
  • 2,558,936 Questions Answered

Ask Experts for help!!

Looking for Assignment Help?

Start excelling in your Courses, Get help with Assignment

Write us your full requirement for evaluation and you will receive response within 20 minutes turnaround time.

Ask Now Help with Problems, Get a Best Answer

Why might a bank avoid the use of interest rate swaps even

Why might a bank avoid the use of interest rate swaps, even when the institution is exposed to significant interest rate

Describe the difference between zero coupon bonds and

Describe the difference between zero coupon bonds and coupon bonds. Under what conditions will a coupon bond sell at a p

Compute the present value of an annuity of 880 per year

Compute the present value of an annuity of $ 880 per year for 16 years, given a discount rate of 6 percent per annum. As

Compute the present value of an 1150 payment made in ten

Compute the present value of an $1,150 payment made in ten years when the discount rate is 12 percent. (Do not round int

Compute the present value of an annuity of 699 per year

Compute the present value of an annuity of $ 699 per year for 19 years, given a discount rate of 6 percent per annum. As