Discussion :: Introduction to SQL - True or False (Q.No.2)
Anuradha Singh said: (Sep 29, 2011) | |
ADD command is used to insert columns not row |
Prabhakar said: (Feb 25, 2012) | |
Add is used to update the structure of database object. |
Robind Kumar Sharma said: (Aug 23, 2014) | |
At a single time we can add only one columns threw add command. |
Shekhar said: (Apr 17, 2015) | |
Alter-Add: This command is used to add the column to the existing table. Example: alter table <table_name> add (columns1 datatype(size); |
Sathvik Reddy said: (Oct 3, 2016) | |
ADD is used to add columns to the table one at time. |
Post your comments here:
Name *:
Email : (optional)
» Your comments will be displayed only after manual approval.