11.
The static C library client in Windows is . . . . . . . .

12.
What is abc in the following MySQL statement?
CREATE VIEW xyz (abc) AS SELECT a FROM t;

13.
Which table is used to run a UNION-type query on MyISAM tables?

14.
Which mode of search is the search string parsed into words and the search looks for rows?

15.
What will be the output of the following MySQL statement?
SELECT *
FROM employee
WHERE lname LIKE %bas% OR fname LIKE %bbs%;

16.
The basic operation of PHP is to interpret a script.

18.
mysql_next_result() returns a status.

20.
Which is the log in which data changes received from a replication master server are written?