Mysql Basic
- Query Mechanism performs following functions?
-
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 .
- Which among the following tags belong to Data Manipulation language?
-
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.
- Which among the following tags belong to Data definition language?
-
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.
- Which compiler is used to execute the structured query language?
-
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.
- Which clause is used to rename the existing table?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: C
RENAME