The document outlines the SQL commands for creating a database named 'University' with tables for Department, Student, Course, and Result, including their respective fields and constraints. It also includes several INSERT statements to add data to these tables, along with error messages indicating duplicate entries. Finally, it lists various SELECT queries to retrieve information from the database.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
3 views
20234103222_lab2
The document outlines the SQL commands for creating a database named 'University' with tables for Department, Student, Course, and Result, including their respective fields and constraints. It also includes several INSERT statements to add data to these tables, along with error messages indicating duplicate entries. Finally, it lists various SELECT queries to retrieve information from the database.