What is SQL ?

Types of SQL Commands DDL Commands 1. CREATE This command is used to create a new database or table. RollNO FirstName LastName Address Student table 2. ALTER Command ALTER command is used to change or modify the existing structure of the database, and it also changes the schema of database objects. Suppose, you want to … Read more