Which keyword inserted in the SHOW STATUS statement shows the values for the current connection?
Select an option to see the answer and solution.
What is the need of "column Aliases" in "SELECT" clause?
Select an option to see the answer and solution.
In the following MySQL command how many rows will be deleted?
DELETE person
WHERE person_id<10;
/*person_id is a primary key */
Select an option to see the answer and solution.
The following MySQL statement belongs to which condition types?
SELECT fname
FROM person
WHERE fed_id=’111-11-111’;
Select an option to see the answer and solution.
The function 'fetchrow_hashref()' returns reference to hash of row values keyed by . . . . . . . .
Select an option to see the answer and solution.
Which variable is used to set table alias names as non-case sensitive?
Select an option to see the answer and solution.
Which keyword is used to search through natural language fulltext?
Select an option to see the answer and solution.
What is 'xyz' in the following SQL statement?
SELECT xyz FROM table1 UNION xyz FROM table2;
Select an option to see the answer and solution.
The function that returns a reference to an array of row values is . . . . . . . .
Select an option to see the answer and solution.
The statement used to remove indexes on tables is . . . . . . . .
Select an option to see the answer and solution.
Which among the following can also be included with "SELECT" clause while writing query in Mysql?
Select an option to see the answer and solution.
Which among the following are the correct representation of "float(4,2)"?
Select an option to see the answer and solution.
Which statement is used to remove indexes on tables?
Select an option to see the answer and solution.
What is the general statement-issuing routine?
Select an option to see the answer and solution.
What is the output from PHP?
Select an option to see the answer and solution.
Which character set variable indicates the character set used for storing identifiers?
Select an option to see the answer and solution.
The grant table that stores users who can connect to the server and their global privileges are . . . . . . . .
Select an option to see the answer and solution.
Which storage engine enables to access tables from a MySQL server managed by another server?
Select an option to see the answer and solution.
What will be the output of the following MySQL command?
SELECT *
FROM employee
WHERE (title=’HEAD TELLER’) AND (start_date=2013-01-24);
Select an option to see the answer and solution.
To measure the length of a string in bytes, the operator used is . . . . . . . .
Select an option to see the answer and solution.