Assignment 1 Study of DDL and DML Operations On Tables.
Assignment 1 Study of DDL and DML Operations On Tables.
AIM: Study of DDL and DML operations on database Tables using SQL.
TOOL: MariaDB (If any other tool, please mention the name)
PROGRAMMING LANGUAGE: Structured Query language (SQL)
THEORY:
1. SQL: (Add a short description of SQL)
2. DDL and DML Commands (Add a short description)
1
18. Truncate: truncate table table_name / truncate table_name
19. Drop: drop table table_name
(Use of upward arrow key)
20. Rename table name: alter table old table_name rename new_table_name OR rename
table old_table_name to new_table_name
OUTPUT: (Copy Paste your output code here from your Mariadb Command Prompt, remove
error lines form code)