Database System Concepts
Database System Concepts
7th Edition
ISBN: 9780078022159
Author: Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher: McGraw-Hill Education
Bartleby Related Questions Icon

Related questions

Question

Make sure the SQL script file can be run successfully in MySQL and show the outcome of the code on MySQL

******
* Name: YourNameGoesHere
* Class: CST 235
* Date:
* I have not received or given help on this assignment: YourName
**********
*******
DROP DATABASE IF EXISTS Lab3 Your LastName;
CREATE DATABASE Lab3YourLastName;
USE Lab3 Your LastName;
/*****
Task 1: create tables
*******
CREATE TABLE
/*****
Task 2: uncaptured constraints
put your response here
******
*/
/*****
Task 3: Add records
*******
*/
INSERT INTO ...
******
*
*
*
*
*****
expand button
Transcribed Image Text:****** * Name: YourNameGoesHere * Class: CST 235 * Date: * I have not received or given help on this assignment: YourName ********** ******* DROP DATABASE IF EXISTS Lab3 Your LastName; CREATE DATABASE Lab3YourLastName; USE Lab3 Your LastName; /***** Task 1: create tables ******* CREATE TABLE /***** Task 2: uncaptured constraints put your response here ****** */ /***** Task 3: Add records ******* */ INSERT INTO ... ****** * * * * *****
a) Write SQL statements to create the corresponding relations and capture as many
of the participation and cardinality constraints as possible. Make sure that the data
type and size for each attribute are appropriate.
b) If some constraints in the diagram cannot be captured, explain why.
c) Write SQL statements to insert at least two tuples for each table
ReceivingDate
shippingDate
payAmount
IName
ordDate
fName
password
payMethod
custID
OID
Phones
N
Orders
Places
1
Customers
N
Contains
M
price
qty
iID
Items
qtyInStock
name
price
expand button
Transcribed Image Text:a) Write SQL statements to create the corresponding relations and capture as many of the participation and cardinality constraints as possible. Make sure that the data type and size for each attribute are appropriate. b) If some constraints in the diagram cannot be captured, explain why. c) Write SQL statements to insert at least two tuples for each table ReceivingDate shippingDate payAmount IName ordDate fName password payMethod custID OID Phones N Orders Places 1 Customers N Contains M price qty iID Items qtyInStock name price
Expert Solution
Check Mark
Knowledge Booster
Background pattern image
Recommended textbooks for you
Text book image
Database System Concepts
Computer Science
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:McGraw-Hill Education
Text book image
Starting Out with Python (4th Edition)
Computer Science
ISBN:9780134444321
Author:Tony Gaddis
Publisher:PEARSON
Text book image
Digital Fundamentals (11th Edition)
Computer Science
ISBN:9780132737968
Author:Thomas L. Floyd
Publisher:PEARSON
Text book image
C How to Program (8th Edition)
Computer Science
ISBN:9780133976892
Author:Paul J. Deitel, Harvey Deitel
Publisher:PEARSON
Text book image
Database Systems: Design, Implementation, & Manag...
Computer Science
ISBN:9781337627900
Author:Carlos Coronel, Steven Morris
Publisher:Cengage Learning
Text book image
Programmable Logic Controllers
Computer Science
ISBN:9780073373843
Author:Frank D. Petruzella
Publisher:McGraw-Hill Education