Database - Introduction to SQL - Discussion
Discussion Forum : Introduction to SQL - True or False (Q.No. 2)
2.
The ADD command is used to enter one row of data or to add multiple rows as a result of a query.
Discussion:
5 comments Page 1 of 1.
Sathvik reddy said:
6 years ago
ADD is used to add columns to the table one at time.
Shekhar said:
8 years ago
Alter-Add: This command is used to add the column to the existing table.
Example: alter table <table_name> add (columns1 datatype(size);
Example: alter table <table_name> add (columns1 datatype(size);
Robind kumar sharma said:
9 years ago
At a single time we can add only one columns threw add command.
Prabhakar said:
1 decade ago
Add is used to update the structure of database object.
Anuradha Singh said:
1 decade ago
ADD command is used to insert columns not row
Post your comments here:
Quick links
Quantitative Aptitude
Verbal (English)
Reasoning
Programming
Interview
Placement Papers