CSE 278 Lecture Notes - Lecture 12: Shema Yisrael, Tuple, Data Definition Language

16 views2 pages

Document Summary

Insert into movies values ( in heat of night", 1068, 121, drama"), Can add or drop attributes once we have a table for that purpose using alter table with. Assuming the moviestar table has been created. Tuple inserted at later time may not provide all the values of all attributes in schema. When attribute is not yet determined, it becomes null, *, unless default value is defined. Create table beer { name varchar(20), manf varchar(30) More flexible, as it"s the only way to specify a key involving more than one attribute, which is often case. Both can be used to specify key, tho there is subtle difference. If attribute is declared as primary key, then the attribute and the tuple in the table must have a value. If an attribute is declared as unique, it can be null. The most popular language for relational databases is sql (structured query language)

Get access

Grade+
$40 USD/m
Billed monthly
Grade+
Homework Help
Study Guides
Textbook Solutions
Class Notes
Textbook Notes
Booster Class
10 Verified Answers
Class+
$30 USD/m
Billed monthly
Class+
Homework Help
Study Guides
Textbook Solutions
Class Notes
Textbook Notes
Booster Class
7 Verified Answers

Related Documents