Class 12 – CS 083 Practical List – Database Management
Class 12 – Practical – Database Management 1. Create a student table and insert data. Implement the following SQL commands on the student table: SQL commands for creating a student table, inserting data, and performing the requested operations: Create a Student Table and Insert Data ALTER TABLE to Add New Attributes ALTER TABLE to Modify … Read more