Lab Report-01DB
Lab Report-01DB
Lab Report-01DB
Student Details
Name ID
2. OBJECTIVES/AIM
The main objective of this lab report is the create database, drop database. Create &
drop table, insert & update the value into the table, add new column, change the
datatype of column, delete column. Also get know about primary key and composite
key. Actually, in this lab report we will get to know about DDL & DML query
language.
Creating Database:
After Inserting the data into the table and showing them:
The knowledge gained from this lab report is essential for tasks related to database
administration and development. Creating, altering, and dropping databases and
tables are fundamental operations, while data manipulation and column management
are necessary for maintaining data integrity and flexibility. Understanding primary
and composite keys is pivotal in designing efficient database structures.
7. SUMMARY
This lab report provides a solid foundation for anyone looking to work with
databases, equipping them with the necessary skills to perform a wide range of
database-related tasks using SQL.