Which of the following command is used to create a stored routine?
Correct Answer: CREATE PROCEDURE
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
Full form of ACL?
Properties of transactions?
How many Triggers are possible in MySQL?
Which are correct about HEAP tables?
Which numeric data types has a storage value of 8 bytes?
Can you run multiple MySQL servers on a single machine?
What is wrong with the following query: select * from Orders where OrderID = (select OrderID from OrderItems where ItemQty > 50)
The REPLACE statement is:
Which operator has the lowest precedence?
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