You are not logged in.

#1 2015-09-18 06:51:56

hasnain
Administrator
From: Chichawatni
Registered: 2014-10-13
Posts: 8,355
Website

SQL Command:

Database Quizzes SQL Database

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


Failure is the first step towards seccess.

2015-09-18 06:51:56

Advertisement
Ads By Google

Re: SQL Command:



Board footer