1. Question: Which format display mysql data values?

    A
    yyyy-dd-mm

    B
    dd-mm-yyyy

    C
    mm-dd-yyyy

    D
    yyyy-mm-dd

    Note: Not available
    1. Report
  2. Question: Which format display mysql date time values?

    A
    yyy-dd-mm hh:mm:ss

    B
    mm-dd-yyyy hh:mm:ss

    C
    dd-yyyy-mm hh:mm:ss

    D
    yyyy-mm-dd hh:mm:ss

    Note: Not available
    1. Report
  3. Question: Which is the double precision floating point number?

    A
    semi-double

    B
    float

    C
    single

    D
    double

    Note: Not available
    1. Report
  4. Question: Which of the following is the correct way to creating instance of class mysqli?

    A
    $mysql=new mysqli('localhost','user','password','database_name');

    B
    $mysql=new mysqli('localhost','user','password'); $mysqli->select_db('database_name');

    C
    $mysql= new mysqli(); $mysqli->connect('localhost','user','password','database_name');

    D
    All

    Note: Not available
    1. Report
  5. Question: MyAQL offers two licensing options these are:

    A
    MySQL Open Source License

    B
    Commercial License

    C
    The Evolution of MySQL

    D
    All, but except 'The Evolution of MySQL'

    Note: Not available
    1. Report
  6. Question: In Linux three distribution formats are

    A
    RPM

    B
    BINARY

    C
    SOURCE

    D
    WINDOWS

    Note: Not available
    1. Report
  7. Question: Which of the following concept is correct about MyISAM engines?

    A
    default on all operating systems except Windows OS

    B
    default on Windows OS

    C
    default on Linux OS

    D
    default on Mac OS

    Note: Not available
    1. Report
  8. Question: Which of the following engine is default for Windows?

    A
    MyISAM

    B
    InnoDB

    C
    MEMORY

    D
    MERGE

    Note: Not available
    1. Report
  9. Question: The NitroEDB engine was specially developed______.

    A
    large volumes at high speed

    B
    hide data & high speed

    C
    all above

    D
    secure data

    Note: Not available
    1. Report
  10. Question: Whice of the following are MySQL's engins?

    A
    MyISAM

    B
    InnoDB

    C
    MEMORY

    D
    CSV

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