Question Description
- The list of tables the group decided to include in the final group database. Include all attributes and constraints for each table.
- Screen shots to verify the creation of the tables you were assigned by the group.
- Use the SQL Command Line utility (preferably using Oracle) to create the table structures and constraints assigned to you by the group.
- Include a screen shot to verify the successful completion of each Create Table command. Each Screen shot must be preceded by a comment that includes the student’s name, the instructor’s name, and the date the command was executed.
- SQL>/* Student: Yatavia Summers Instructor: Michael Collins Date: date the command was executed */
- Note: Don’t forget the /* and */ at the start and end of the command to make it into a comment!!
- The screen shot must include the SQL command and the output from the command.
- Include one screen shot for each table created. The screen shots must be well formatted and the output easily readable
The table structures and constraints assigned to me by the group
- CREATE TABLE Station (StationID VARCHAR (6) CONSTRAINT check_StationID CHECK (StationID LIKE 'S_____'),Street VARCHAR (20) NOT NULL,City VARCHAR (20) NOT NULL,State VARCHAR (20) NOT NULL,ZipCode VARCHAR (20) NOT NULL,PhoneNo VARCHAR (11) NOT NULL,CONSTRAINT PK_Station PRIMARY KEY (StationID));
CREATE TABLE Vehicle (
EquipmentID VARCHAR (7) CONSTRAINT check_EquipmentID CHECK (EquipmentID LIKE 'V______',
Make VARCHAR (20) NOT NULL,
Model VARCHAR (20) NOT NULL,
Type VARCHAR (20) NOT NULL,
Mileage NUMBER (8, 2) NOT NULL,
AccidentCount NUMBER (10) NOT NULL DEFAULT 0,
CONSTRAINT PK_Vehicle PRIMARY KEY (EquipmentID),
CONSTRAINT FK_Vehicle FOREIGN KEY (EquipmentID) REFERENCES Equipment (EquipmentID)
);
Our website has a team of professional writers who can help you write any of your homework. They will write your papers from scratch. We also have a team of editors just to make sure all papers are of HIGH QUALITY & PLAGIARISM FREE. To make an Order you only need to click Ask A Question and we will direct you to our Order Page at WriteDemy. Then fill Our Order Form with all your assignment instructions. Select your deadline and pay for your paper. You will get it few hours before your set deadline.
Fill in all the assignment paper details that are required in the order form with the standard information being the page count, deadline, academic level and type of paper. It is advisable to have this information at hand so that you can quickly fill in the necessary information needed in the form for the essay writer to be immediately assigned to your writing project. Make payment for the custom essay order to enable us to assign a suitable writer to your order. Payments are made through Paypal on a secured billing page. Finally, sit back and relax.
About Writedemy
We are a professional paper writing website. If you have searched a question and bumped into our website just know you are in the right place to get help in your coursework. We offer HIGH QUALITY & PLAGIARISM FREE Papers.
How It Works
To make an Order you only need to click on “Place Order” and we will direct you to our Order Page. Fill Our Order Form with all your assignment instructions. Select your deadline and pay for your paper. You will get it few hours before your set deadline.
Are there Discounts?
All new clients are eligible for 20% off in their first Order. Our payment method is safe and secure.