Home »
Aptitude Questions & Answers »
DBMS Aptitude Questions
SQL Basic Aptitude Questions and Answers | Set 1
SQL Basic Aptitude Questions and Answers - This section contains Aptitude Questions and Answers on Basic SQL features including SQL Commands, SQL Command structures, SQL terminology etc.
List of SQL Basic Aptitude Questions
3)
Which command is used to insert a new record in a table?
- ADD
- INSERT INTO
- INSERT
- NEW
Correct Answer - 2
INSERT INTO
4)
Which command is used to modify column name or table structure?
- MODIFY
- ADD
- CHNAGE
- ALTER
5)
Which command is used to change data in a table?
- CHNAGE
- ALTER
- UPDATE
- MODIFY
Correct Answer - 2
UPDATE