N
Q. xyz in the following statement is ____
CREATE VIEW xyz AS SELECT a, b FROM t;
A ‘View’ is created in MySQL by writing the clause ‘CREATE VIEW’ followed by the view name. Then follows the list of column names of the table that are to be presented as the view.
You must be Logged in to update hint/solution
Q. The option that supplies the pathname to root directory of MySQL installation is . . . . . . . .
Q. The default path to perl in Unix is . . . . . . . .
Q. Which of the following is more efficient? LOAD DATA, INSERT
Q. What is AI in terms of database collation?
Q. Which statement lets you create standalone functions that are stored in an Oracle database?
Q. The log enabled by –relay-log-index is _____________
Q. Which server mode value enables use of double quotes to wrap identifier names?
Discusssion
Login to discuss.