0% found this document useful (0 votes)
141 views

Relational Database Design and SQL UGC NET

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.

Uploaded by

Asim Mahato
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
141 views

Relational Database Design and SQL UGC NET

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.

Uploaded by

Asim Mahato
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

4.

Relational Database Design and SQL

E-R diagrams and their transformation to relational design, normalization – INF,


2NF, 3NF, BCNF and 4NF. Limitations of 4NF and BCNF.

SQL: Data Definition Language (DDL), Data Manipulation Language (DML),


Data Control Language (DCL) commands. Database objects like-Views, indexes,
sequences, synonyms, data dictionary.

You might also like