You are not logged in.
- Index
- » Quiz Questions
- » SQL Command:
- 0
Pages:: 1
#1 2015-09-18 06:51:54
SQL Command:
Database Quizzes SQL
Question:
What SQL command can be used to delete columns from a table?
Option A):
ALTER TABLE TableName DROP COLUMN ColumnName
Option B):
MODIFY TABLE TableName DROP COLUMN ColumnName
Option C):
MODIFY TABLE TableName DROP ColumnName
Correct Answer is Option A):
ALTER TABLE TableName DROP COLUMN ColumnName
You cannot discover the new oceans unless you have the courage to lose the sight of the shore.
Offline
2015-09-18 06:51:54
- Advertisement
- Ads By Google
Re: SQL Command:
Pages:: 1