Multiple Choice
Which of the following statements removes the Comments field from the Projects table?
A) ALTER TABLE Projects DELETE FIELD Comments;
B) DROP Comments FROM Projects;
C) ALTER TABLE Projects DROP COLUMN Comments;
D) DELETE COLUMN Comments FROM Projects;
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q17: Which of the following is a system
Q18: What is the term for a general
Q19: Which field in the Customers table is
Q20: Which of the following database actions is
Q21: What type of security is not automatically
Q23: Why would you set an index on
Q24: Although Access does not have stored procedures,
Q25: The system catalog contains information about the
Q26: Which of the following SQL commands creates
Q27: In a database, a view is a