adplus-dvertising
frame-decoration

Question

Which command is used to redefined the mysql delimiter?

a.

redefine_delim

b.

delim_redefine

c.

delimiter

d.

redefine

Answer: (c).delimiter

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Which command is used to redefined the mysql delimiter?

Similar Questions

Discover Related MCQs

Q. Which of the following characters cannot be used as a delimiter?

Q. Stored routines refers to stored functions and procedures.

Q. Stored programs refer to stored objects of how many of the following types?

functions, procedures, triggers, events

Q. Which of the following statements does not modify the table?

Q. To produce a stored function, which statement is used?

Q. How many values can be returned from a given stored function?

Q. How many values can be returned from a stored procedure?

Q. Suppose a stored function named PI() is written in the database ‘sampdb’. How would it be called?

Q. Which privilege must be given to the database to create a stored function or procedure?

Q. Which variable is set to zero when automatic privilege granting is not needed?

Q. Which procedure parameter enables the caller to pass in a value and get back a value?

Q. The IN, OUT and INOUT keywords do not apply to stored functions.

Q. For the same input parameters, if the stored function returns the same result, it is called _____________

Q. Triggers enable to enforce data integrity constraints.

Q. Which statement is used to create a trigger?

Q. For which of the following are triggers not supported?

Q. Which statement is used to remove a trigger?

Q. Before MySQL 5.1.6 which privilege was required to create and drop triggers?

Q. The TRIGGER privilege is used for the table to be able to create and drop triggers for it.

Q. Which of these is a stored program associated with a schedule?