61.
Is the following statement is true/false?
"An expression can be NULL, but can never equal to NULL"

62.
Which command is used to create "Temporary tables" in MySQL?

64.
What is the significance of the statement "HAVING COUNT (emp_id)>2" in the following MySQL statement?
SELECT d.name, COUNT (emp_id) emp_no
FROM department d INNER JOIN Employee e
ON d.dept_id=e.emp_id
GROUP BY d.name
HAVING COUNT (emp_id)>2

65.
The option necessary to compile a C program havin math functions is . . . . . . . .

66.
The mode that does not remove trailing spaces when CHAR values are retrieved is . . . . . . . .

67.
PHP scripts are located in the web server document tree.

68.
Which of the following statements is/are correct?

69.
In which directory are the DBI scripts located?

70.
The clause that is used to display information that matches a given pattern is . . . . . . . .