Module 7 Basic SQL-1
Module 7 Basic SQL-1
26/12/2021
College of Computing and
Informatics
Introduction to Database
Introduction to Database
Basic SQL-1
Contents
1. SQL Data Definition and Data Types
2. Specifying Constraints in SQL
Weekly Learning
Outcomes
1. Explain data definition and constraints in SQL.
Required Reading
1. Chapter 6: SQL Data Definition and Data Types
2. Chapter 6: Specifying Constraints in SQL
(Fundamentals of Database Systems, Global Edition,
7th Edition (2017) by Ramez Elmasri & Shamkant
Navathe)
Recommended Reading
SQL-I: https://courses.cs.vt.edu/cs4604/Spring21/pdfs/3-sql1.pdf
Learn to create database objects and manipulate data:
https://github.com/VTCourses/CS4604_Labs/tree/master/1.ddl_dml
This Presentation is mainly dependent on the textbook: Fundamentals of Database Systems, Global Edition, 7th Edition (2017) by Ramez Elmasri & Shamkant Navathe
• SQL Data Definition and Data Types
Basic SQL
• Overview of SQL
– Specifying Constraints
Additional References
https://courses.cs.vt.edu/cs4604/Spring21/pdfs/3-sql1.pdf
https://github.com/VTCourses/CS4604_Labs/tree/master/1.ddl_dml
This Presentation is mainly dependent on the textbook: Fundamentals of Database Systems, Global Edition, 7th Edition (2017) by Ramez Elmasri & Shamkant Navathe
Thank
You