What privilege do you need to create a function?
Correct Answer: CREATE ROUTINE
Explanation:
Note: This Question is unanswered, help us to find answer for this one
MySQL Skill Assessment
Your Skill Level: Poor
Retake Quizzes to improve it
More MySQL MCQ Questions
Assuming the column col1 in table tab1 has the following values: 2,3,NULL,2,3,1 What will be the output of the select statement mentioned below? SELECT count(DISTINCT col1) FROM tab1
Which operator has the lowest precedence?
The REPLACE statement is:
What is wrong with the following query: select * from Orders where OrderID = (select OrderID from OrderItems where ItemQty > 50)
Can you run multiple MySQL servers on a single machine?
Which numeric data types has a storage value of 8 bytes?
Which are correct about HEAP tables?
How many Triggers are possible in MySQL?
Properties of transactions?
Full form of ACL?