0% found this document useful (0 votes)
41 views2 pages

Tutorial - 02 (SD 2052)

The document provides a tutorial on the relational database model and how to create tables. It discusses the differences between relational databases and other models like network and hierarchical databases. It also defines key terms like superkeys, candidate keys, primary keys and foreign keys. The tutorial teaches about entity integrity and referential integrity. It has practical exercises for students to create their own tables using SQL and write queries to retrieve specific records based on conditions.

Uploaded by

Rifat_mmu
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
41 views2 pages

Tutorial - 02 (SD 2052)

The document provides a tutorial on the relational database model and how to create tables. It discusses the differences between relational databases and other models like network and hierarchical databases. It also defines key terms like superkeys, candidate keys, primary keys and foreign keys. The tutorial teaches about entity integrity and referential integrity. It has practical exercises for students to create their own tables using SQL and write queries to retrieve specific records based on conditions.

Uploaded by

Rifat_mmu
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 2

SD 2052

Database Systems

Tutorial: 2
Topic:The Relational Database Model, and an Introduction to Creating Tables

Discussion

1. How is a relational database different from network databases and


hierarchical databases?

2. What are superkeys, candidate keys, primary keys, secondary keys, and
foreign keys?

3. What are entity integrity and referential integrity?

4. What are the relational operators?

Practical: Creating Tables

Objective: this tutorial lets you learn how to create your own tables using
SQL.

Page 1
Query:

1. List out the student those GPA is less then 2.

2. List out the student those class section at morning.

Page 2

You might also like