


Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Sql ddl, focusing on the create table statement and its use of constraints, minimum cardinalities, and default values. It also introduces sql dml statements for inserting, updating, and deleting data. Examples and exercises.
Typology: Study notes
1 / 4
This page cannot be seen from the preview
Don't miss anything!



Announcments Homework on web site โ due Thursday Any problems creating a database? CSIS 332 Java for the Internet Chapter 7 Last time we started looking at SQL DDL: The CREATE TABLE statement
Use the following SQL to show the constraints on the ARTIST table: SELECT * FROM INFORMATION_SCHEMA.TABLE_CONSTRAINTS where table_name = 'ARTIST'; Alter Statement The ALTER TABLE statement is used to modify the definition of a table after it has been created: