71.
If $a represents an array with numeric indices in PHP, the first element accessed by . . . . . . . .

72.
The variable that checks for availability of SSL support is . . . . . . . .

73.
Which option turns on the -extended-insert?

74.
An embedded application includes the server side and client side.

75.
To reactivate indexes the command used is . . . . . . . .

76.
What will be the order of sorting in the following MySQL statement?
SELECT emp_id, emp_name
FROM person
ORDER BY emp_id, emp_name;

77.
Which keyword is used to create a table as a temporary copy of itself?

78.
Which function returns NULL if expr1 = expr2?

79.
What performs a key distribution analysis and stores the distribution for the named table or tables?

80.
In inner join, result is produced by matching rows in one table with rows in another table.