The document outlines a practical experiment for creating a table and inserting data in a database management system. It includes SQL code to create a 'Students' table with fields for RollNo, Name, Age, and Course, and demonstrates inserting three records into the table. The aim is to teach users how to perform these basic database operations.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
5 views2 pages
DBMS Practical Experiments
The document outlines a practical experiment for creating a table and inserting data in a database management system. It includes SQL code to create a 'Students' table with fields for RollNo, Name, Age, and Course, and demonstrates inserting three records into the table. The aim is to teach users how to perform these basic database operations.
Lab-6# Experiment 6_ DDL Commands in SQL ## __Lab Objective___ This lab aims to equip students with practical skills in using Data Definition Language (DDL) commands in SQL. Students will learn to create, modify, and delete tables, underst