1. Question: my-large.cnf  is a one of MySQL Configuration Template.

    A
    True

    B
    False

    Note: Not available
    1. Report
  2. Question: To logging Queries we can initiate logging with the _____ option.

    A
    \T,tee

    Note: Not available
    1. Report
  3. Question: To display query results vertically we use ______ option in MySQL.

    A
    \G

    Note: Not available
    1. Report
  4. Question: To backup all databases with data using mysqldump client, we use _____ option

    A
    --all-databases

    Note: Not available
    1. Report
  5. Question: To create databases we use

    A
    mysql>CREATE DATABASE company;

    B
    mysql>CREATE table company;

    C
    mysql>CREATE databses company;

    D
    All

    Note: Not available
    1. Report
  6. Question: The CHAR data type offer--------string representation?

    A
    fixed-length

    B
    variable-length

    C
    attribute-length

    D
    char-length

    Note: Not available
    1. Report
  7. Question: what is the maximum value support in VARCHAR data type?

    A
    254

    B
    255

    C
    256

    D
    65535

    Note: Not available
    1. Report
  8. Question: What is the largest binary string representation?

    A
    LONGBLOB

    B
    LONGTEXT

    C
    MEDIUMBLOB

    D
    MEDIUMTEXT

    Note: Not available
    1. Report
  9. Question: Why the primary-key used in database?

    A
    unique identify column

    B
    unique identify row

    C
    both a and b

    D
    one of the above

    Note: Not available
    1. Report
  10. Question: ______ became MySQL's default storage engine as of version 3.23.

    A
    MyISAM

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