You are not logged in.

#1 2015-09-18 06:52:34

husnain
User RankUser RankUser RankUser RankUser RankUser Rank
Administrator
From: Chichawatni,Pakistan
Registered: 2014-10-03
Posts: 8,129
Website

SQL Add Columns:

Database Quizzes SQL

Question:
What SQL command can be used to add columns to a table?

Option A):
ALTER TABLE TableName ADD ColumnName
Option B):
MODIFY TABLE TableName ADD ColumnName
Option C):
ALTER TABLE TableName ADD COLUMN ColumnName

Correct Answer is Option A):
ALTER TABLE TableName ADD ColumnName


You cannot discover the new oceans unless you have the courage to lose the sight of the shore.

2015-09-18 06:52:34

Advertisement
Ads By Google

Re: SQL Add Columns:



\n

Board footer