Similar Collections


    No collections found

questions

Title
Which of the following is TRUE about SQL Auto Increment?

Which of the following is TRUE about SQL Auto Increment?


  1. It increments the unique number automatically.
  2. It decrements the unique number automatically.
  3. It keeps the unique number constant
  4. None of the above
discuss
Which of the following is the feature(s) of SQL Auto Increment?

Which of the following is the feature(s) of SQL Auto Increment?


  1. In some cases you may not have any unique identifying characteristics in data; therefore, it makes sense to create a Primary Key.
  2. Explicitly initializing and modifying the auto-increment value is possible at any time.
  3. Record identifiers can easily be created that are unique to each record.
  4. All of the above
discuss
Which keyword is used in SQL Server to implement the auto increment?

Which keyword is used in SQL Server to implement the auto increment?


  1. UNIQUE
  2. IDENTITY
  3. INCREMENT
  4. ADD
discuss
In SQL, Like is a __________operator

In SQL, Like is a __________operator.


  1. Relational
  2. Logical
  3. Additional
  4. Unique
discuss
SQL Like is NOT used with which of the following statement(s)?

SQL Like is NOT used with which of the following statement(s)?


  1. DELETE
  2. SELECT
  3. UPDATE
  4. ALTER
discuss
The character(s) which are used independently or in conjunction with SQL Like Operator:

The character(s) which are used independently or in conjunction with SQL Like Operator:


  1. %
  2. _
  3. Both A. and B.
  4. None of the above
discuss
Which of the following is/are transaction control commands in SQL?

Which of the following is/are transaction control commands in SQL?


  1. Commit
  2. Rollback
  3. Both A. and B.
  4. None of the above
discuss
A single unit of work for all commands executed consecutively is known as-

A single unit of work for all commands executed consecutively is known as-


  1. Transaction
  2. Commit
  3. ROLLBACK
  4. Control
discuss
To get the table's previous permanent status, use the ____ command

To get the table's previous permanent status, use the ____ command.


  1. COMMIT
  2. Transaction
  3. Rollback
  4. None of the above
discuss
In order to start the transaction, the command used is –

In order to start the transaction, the command used is –


  1. Mysql > START COMMIT;
  2. Mysql > START TRANSACTION;
  3. Mysql > START ROLLBACK;
  4. None of the above
discuss
total MCQs: 10

MCQs

10

Views

83

Best Answers

299

Points

5