SQL-99 SchemaDefinition- Constraints- and Queries and Views.ppt
SQL-99 SchemaDefinition- Constraints- and Queries and Views.ppt
Navathe Slide 8- 1
Data Definition, Constraints, and
Schema Changes
■ Used to CREATE, DROP, and ALTER the
descriptions of the tables (relations) of a
database
■ EMPLOYEE.LNAME, DEPARTMENT.DNAME
Q1C: SELECT *
FROM EMPLOYEE
WHERE DNO=5
Q1D: SELECT *
FROM EMPLOYEE, DEPARTMENT
WHERE DNAME='Research' AND
DNO=DNUMBER