1. Question: What are the MySql License Options?

    A
    MySql Open Source License

    B
    MySql Personal Edition License

    C
    Commercial License

    D
    Enterprise Edition License

    Note: Not available
    1. Report
  2. Question: Which of the following are MySql 5.0 Features?

    A
    Complete Foreign key Support

    B
    Stored Procedure Support

    C
    Integrated Report support

    D
    Batch Query Support

    Note: Not available
    1. Report
  3. Question: Which is the correct coding for executing variables of mysql?

    A
    mysql>show variable "table_type"

    B
    mysql>show variables like "table_type"

    C
    mysql>show stats

    D
    None

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

    A
    &&

    B
     /*....*/

    C
    #

    D
     %

    Note: Not available
    1. Report
  5. 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
  6. 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
  7. Question: Which options are same?

    A
    %>mysqladmin -u root -p variables

    B
    mysql>SHOW VARIABLES;

    C
    MYSQLadmin>show databases;

    D
    mysql>SHOW Tables;

    Note: Not available
    1. Report
  8. Question: The max_connections parameter determines 

    A
    the maximum permitted number of simultaneous database connections.

    B
    the minimum permitted number of simultaneous database connections.

    C
    Each time that query execution time surpasses this limit

    D
    None

    Note: Not available
    1. Report
  9. Question: ______ allows a database located within one MySQL server to be duplicated on another.

    A
    replication

    Note: Not available
    1. Report
  10. Question: To download the latest MySQL version, navigate to www.______.

    A
    mysql.com/downloads

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