0% found this document useful (0 votes)
47 views1 page

Database Management System

This document outlines a list of practical exercises for learning database management systems. The exercises include: introducing SQL and its features; creating and modifying a database table by adding, deleting, updating, and altering records; ordering records in ascending and descending order; finding the length of records; viewing records in uppercase and lowercase; and creating records with a primary key identifier.

Uploaded by

Navneet Gupta
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
47 views1 page

Database Management System

This document outlines a list of practical exercises for learning database management systems. The exercises include: introducing SQL and its features; creating and modifying a database table by adding, deleting, updating, and altering records; ordering records in ascending and descending order; finding the length of records; viewing records in uppercase and lowercase; and creating records with a primary key identifier.

Uploaded by

Navneet Gupta
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 1

DATABASE MANAGEMENT SYSTEM

LIST OF PRACTICALS
1. Intoduction to SQL and write features of SQL. 2. Introduction to Database languages. 3. Create a database and write the program to carry out the following operation : Create a table in the database. Add a record in the database. Delete a record in the database. Update a record in the database. Alter a record in the database. List all record of data base in ascending and descending order. 4. Write command in SQL to find Length of a record. 5. Write command in SQL to view record in UPPER and LOWER case. 6. Create a record in database along with primary key and primary key as an identifier.

You might also like