Exam (elaborations)
D191 Advanced data management(SQL) Questions And Answers Graded 2023
- Course
- Institution
TRUNCATE TABLE - delete all data from table leaving structure intact DROP TABLE - deletion of a table DELETE FROM table_name WHERE conditional; - delete specific data/rows from a table DROP DATABASE - Dropping a database ALTER TABLE table_name ALTER COLUMN column_name TIMESTAMP DEFA...
[Show more]