Mysql Setup


  1. What is the clause that filters JOIN results called?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: D

    Sometimes the result of a join is very large and is not desirable. In these cases, the results can be filtered with the help of the ‘WHERE’ clause which is followed by a set of condition(s).


  1. The option used to specify the socket file pathname is ______________.











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: D

    The default socket file usually is ‘/tmp/mysql.sock’. Operating system distributions that include MySQL often use a different location. The –socket option is used to specify explicitly.



  1. MySQL supports shared-memory connections on Windows.











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: B

    MySQL supports shared memory connections on Windows. This capability is disabled by default. In order to enable it, the server is started with the ‘–shared-memory’ option.


  1. INFORMATION_SCHEMA is not based on the SQL standard.











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: A

    ‘INFORMATION_SCHEMA’ is another way to access information about the databases and its objects (metadata). It is based on the ‘SQL standard’, although some content is MySQL-specific.



  1. Which option is used to specify to the server the IP number of the server host on which the server should listen?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: A

    If the server host has more than one IP number, the server can be specified the one that it should use when listening for connections by starting it with a ‘–bind-address’ option.