Mysql True False Questions

  1. DROP TRIGGER Command is not used to drop the trigger.
    1. True
    2. False
Answer :
B
Explanation:
Added By : Sanjay

  1. Displaying query results vertically is not possible in MySQL.
    1. True
    2. False
Answer :
B
Explanation:
Query result can be displayed vertically by terminating the query with \G instead of a semicolon.
Added By : Deeksha


  1. Source command is used to import data in MySQL.
    1. True
    2. False
Answer :
A
Explanation:

Source Command is used to import data-

eg. mysql> source text_file_path;

Added By : Deeksha

  1. "CREATE DATABASE db_name" statement is used to create database.
    1. True
    2. False
Answer :
A
Explanation:
Added By : Sumit

  1. USE, QUIT, EXIT does not require a semicolon.
    1. True
    2. False
Answer :
A
Explanation:
Added By : Sumit

Post Your Question
Social Sharing
Search