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

1) SQL stands for ______.
  1. Structured Query Language
  2. Simple Query Language
  3. Structured Questioning Language
  4. None of these


3) Which command is used to insert a new record in a table?
  1. ADD
  2. INSERT INTO
  3. INSERT
  4. NEW

4) Which command is used to modify column name or table structure?
  1. MODIFY
  2. ADD
  3. CHNAGE
  4. ALTER

5) Which command is used to change data in a table?
  1. CHNAGE
  2. ALTER
  3. UPDATE
  4. MODIFY






Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.