Database Management System
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.