Q:

What SQL command can be used to delete columns from a table?

belongs to collection: DBMS - SQL MCQ

0

What SQL command can be used to delete columns from a table?


  1. MODIFY TABLE TableName DROP COLUMN ColumnName
  2. MODIFY TABLE TableName DROP ColumnName
  3. ALTER TABLE TableName DROP COLUMN ColumnName
  4. ALTER TABLE TableName DROP ColumnName

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

 (c).ALTER TABLE TableName DROP COLUMN ColumnName

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

DBMS - SQL MCQ

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
Which SQL-92 standard SQL command can be used to c... >>
<< Which of the following SQL statements are helpful ...