Mysql Basic


  1. Query Mechanism performs following functions?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: D

    Checking permission for executing the query, Checking permission for accessing the desired data and Syntax correction function is perform by Query Mechanism .


  1. Which among the following tags belong to Data Manipulation language?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: D

    Data Manipulation language contains all tags which are used for manipulating the existing structure in Mysql.



  1. Which among the following tags belong to Data definition language?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: D

    Data definition language contains all tags which are used for the definition of the structures in Mysql.


  1. Which compiler is used to execute the structured query language?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: B

    Structured query language consists of Data manipulation language as well as data definition language. Therefore DML compiler.



  1. Which clause is used to rename the existing table?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: C

    RENAME