Data Definition Language (DDL) : - A Table Is Also Called A Relation

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

CMPT 354: Database I -- Simple SQL (1) 13

Data Definition Language (DDL)


Specification of tables
A table is also called a relation

The schema for each table


The domain of values associated with each
attribute
Integrity constraints
The set of indices to be maintained for each
relations
Security and authorization information for each
relation
The physical storage structure of each relation on
disk

You might also like