1. Question: When data will be sorted in case-sensitive fashion?

    A
    When using binary attribute

    B
    primary key

    C
    index

    D
    unique

    Note: Not available
    1. Report
  2. Question: Which is the comment symbol in mysql?

    A
    &&

    B
     /*....*/

    C
    #

    D
     %

    Note: Not available
    1. Report
  3. Question:  max_allowed_packet, a packet is equivalent to both multiple SQL statement and multiple row return to the requesting client.

    A
     True

    B
    False

    Note: Not available
    1. Report
  4. Question: by default MySQL communicates port on-

    A
    port 16

    B
    pot TCP/IP

    C
    port 4.01

    D
    port 3306

    Note: Not available
    1. Report
  5. Question: The mysql clients is an extremely useful?

    A
    sql shell

    B
    mysql shell

    C
    programming shell

    D
    object shell

    Note: Not available
    1. Report
  6. Question:  How to show MySQL variables?

    A
    show variables

    B
    view variables

    C
     save variables

    D
    All

    Note: Not available
    1. Report
  7. Question: Why we can use LIKE commands?

    A
    To connect data

    B
    To conjunction data

    C
     To looking data

    D
    Matching data

    Note: Not available
    1. Report
  8. Question: How to view databases from MySQL server?

    A
    view database

    B
    show databases

    C
    describe database

    D
    show database

    Note: Not available
    1. Report
  9. Question: How to create a new database?

    A
    create database Name

    B
    create new database

    C
    create db db_name

    D
    All

    Note: Not available
    1. Report
  10. Question: How to delete database?

    A
    create database name

    B
    drop database name

    C
     delete database name

    D
    alter database name

    Note: Not available
    1. Report
Copyright © 2024. Powered by Intellect Software Ltd