Exam (elaborations)
D427 Practice Guide With Complete Questions And Answers.
- Course
- Institution
Add a column to a table - correct answer ALTER TABLE table_name ADD column_name datatype; CREATE VIEW - correct answer CREATE VIEW view_name AS SELECT column_name(s) FROM table_name WHERE condition ...
[Show more]