Correct Answer: Mysqladmin flush-privileges
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
Explain the security aspect of stored procedures
How would you retrieve data on all the customers where no phone number is stored?
Which choice is not an available string type for a column?
A stored routine is a set of SQL statements stored on the server and takes form as either a procedure or a function. Which statement cannot be used inside stored routines?
When a new student is added to a new database, you want new records to be created in the related tables such as Exam, Score and Attendance. How would you accomplish this?
Which SQL statement is used to extract data from a database?
With SQL, how can you insert a new record into the 'Persons' table?
Which is not a valid aggregate function?
A datatype can be changed after a table has been created.
It is possible to add a constraint after a table is created