41.
In the following SQL command "person" stands for?
SELECT person_id, fname, lname, Birth_date FROM person;

42.
IP numbers can be represented as . . . . . . . .

43.
What will be the output of the following MySQL statement?
SELECT *
FROM employee
WHERE lname LIKE ‘F%’ OR lname LIKE ‘%T’;

44.
What is the meaning of "Range Conditions"?

45.
What is a synonym for CHARACTER SET?

46.
Which program emulates the client load for a MySQL server?

47.
Usage of aggregates in WHERE clause is not allowed.

48.
The clause that can be used to sort string values according to a specific collation is . . . . . . . .

49.
Which column attribute provides unique numbers for identification?

50.
Which among the following is the correct syntax for modifying the definition of an existing table?