Unit-3 (SQL Commands Practical)
Unit-3 (SQL Commands Practical)
• Create table.
• Drop
• Alter
• Insert
• Select
• Update
• Delete
CREATE COMMANDS:
INSERT COMMANDS:
SELECT COMMANDS:
UPDATE COMMAND:
DELETE COMMAND:
DROP COMMAND:
Example: DROP TABLE CLASS10; [Table will be deleted from the database.]