dbms assessment
dbms assessment
Experiment 1.1
Student Name: Prem Rawat UID: 23BCS10659
Branch: B.E-CSE Section/Group: 811-A
Semester: 4th Date of Performance: 28/01/2024
Subject Name:DBMS Subject Code: 23CSH-205
4. Learning outcomes
Table Creation: Learn how to define a table structure with appropriate
data types and primary keys.
Table Alteration: Understand how to modify an existing table to add new
columns.
Data Insertion: Gain skills in inserting records into a table using SQL
INSERT statements.
Data Retrieval: Learn to query specific data using conditions in the
SELECT statement.
Data Update: Understand how to modify existing records in a table with
the UPDATE statement.