This document discusses relational database design and SQL. It covers transforming entity-relationship diagrams to relational design through normalization forms like INF, 2NF, 3NF, BCNF and 4NF. It also covers the different SQL languages including DDL for data definition, DML for data manipulation, and DCL for data control and database objects like views, indexes, sequences and synonyms.
This document discusses relational database design and SQL. It covers transforming entity-relationship diagrams to relational design through normalization forms like INF, 2NF, 3NF, BCNF and 4NF. It also covers the different SQL languages including DDL for data definition, DML for data manipulation, and DCL for data control and database objects like views, indexes, sequences and synonyms.