1.
Will the following SQL command produce any error?
INSERT INTO person
(person_id, fname,lname)
VALUES (1,’S’,’U’),
VALUES (1,’T’,’U’);
/* where person_id is a primary key */

3.
Which command is used for the table definition in Mysql?

4.
The CGI.pm module for website development is a part of . . . . . . . .

5.
MySQL does provides a date type that has an optional time part.

6.
When relocating an individual table, the table to be relocated should be . . . . . . . .

7.
What is generally done after the transactions are executed successfully?

8.
Which statement is used to select columns and rows from the table?

9.
Regardless of whether a database or table name is case sensitive on the system, it must be referred to using the same lettercase throughout a given query.

10.
What is the most important configurable resource for MyISAM?