Database - Sql Test

Test Instructions :

1. The Test is 1hr duration.
2. The Test Paper consists of 30 questions. The maximum marks are 30.
3. All the questions are multiple choice question type with three options for each question.
4. Out of the three options given for each question, only one option is the correct answer.
5. Each question is allotted 1 mark for each correct response.
6. 0.25 will be deducted for incorrect response of each question.
Start Test

   Time Left : 00 : 30    : 00

If you're writing a client using the C language API, your source code should include the following line at the top:

  

  

  

  

Can joins be nested?

  

  

Where is metadata stored in MySQL?

  

  

  

  

In a LIKE clause, you can ask for any 6 letter value by writing?

  

  

  

  

Which of the following can add a row to a table?

  

  

  

  

In PHP in order to access MySQL database you will use:

  

  

  

  

________ is an open source DBMS product that runs on UNIX, Linux and Windows.

  

  

  

  

Which of these field types would be best to hold a .jpg image?

  

  

  

  

Which command is used in Mysql command line tool to return to window command shell?

  

  

  

  

Which SQL statement is used to delete data from a database?

  

  

  

  

Sometimes the expression "select count(*)" will return fewer rows than the expression "select count(value)".

  

  

Which of the following is not an SQL aggregate function?

  

  

  

  

  

To remove duplicate rows from the result set of a SELECT use the following keyword:

  

  

  

  

Primary Key does allow the Null Values. where as in Unique key doesn't accept the Null values.

  

  

What is Table?

  

  

  

  

The “Mysql command line tool” format the results in which of the following format:

  

  

  

  

How can we get the number of records or rows in a table?

  

  

  

  

Which SQL statement is used to extract data from a database?

  

  

  

  

  

What MySQL property is used to create a surrogate key in MySQL?

  

  

  

  

What is DML?

  

  

  

  

Which command is used for taking “server side help” in Mysql command line tool

  

  

  

  

What type of lock will deny users any access to a table?

  

  

  

  

  

With SQL, how do you select all the records from a table named "Persons" where the "LastName" is alphabetically between (and including) "Hansen" and "Pettersen"?

  

  

  

You are required to buy a license for MySQL if

  

  

  

  

  

Can DISTINCT command be used for more than one column?

  

  

What is DDL?

  

  

  

  

Internally information is held in tables. Which of these is NOT a valid format:

  

  

  

  

  

The ............. statement is used to delete a table.

  

  

  

  

Can I define multiple unique constraints on a table?

  

  

Which SQL statement is used to insert a new data in a database?

  

  

  

  

Which is the default order of sort in ORDER BY clause?

  

  

What is a candidate key?

  

  

  

  

With SQL, how can you insert a new record into the "Persons" table?

  

  

  

If you want to undo a GRANT, you should use

  

  

  

  

  

Which of the following is not a MySQL Operator?

  

  

  

  

With SQL, how do you select a column named "FirstName" from a table named "Persons"?

  

  

  

What's the difference between the DESCRIBE and SHOW FIELDS FROM commands?

  

  

  

Which of the following is the correct SQL statement to use to remove rows from a table?

  

  

  

  

The result of a SELECT statement can contain duplicate rows.

  

  

  

What is Column?

  

  

  

  

Which function used to get the current time in mysql?

  

  

  

How can you change "Hansen" into "Nilsen" in the "LastName" column in the Persons table?

  

  

  

  

How to view all Triggers in MySQL?

  

  

  

  

With SQL, how do you select all the records from a table named "Persons" where the value of the column "FirstName" starts with an "a"?

  

  

  

  

  

What is the command for counting all the rows in a table in MySQL?

  

  

  

  

Use the .............. to delete the data inside the table, and not the table itself?

  

  

  

  

A user with RELOAD priveliges can

  

  

  

  

A NULL value is treated as a blank or 0.

  

  

  

Which of these is a valid call to a function (watch the spaces carefully!)

  

  

  

  

Which command is used on Mysql command line tool to return to window command shell?

  

  

  

  

In a LIKE clause, you can could ask for any value ending in "qpt" by writing

  

  

  

  

How much character are allowed to create database name?

  

  

  

  

With SQL, how do you select all the records from a table named "Persons" where the "FirstName" is "Aru" and the "LastName" is "Sum"?

  

  

  

  

MySQL supports the complete SQL99 standard

  

  

With SQL, how can you delete the records where the "FirstName" is "Peter" in the Persons Table?

  

  

  

With SQL, how do you select all the records from a table named "Persons" where the value of the column "FirstName" is "Peter"?

  

  

  

  

mysql_pconnect() is used to make a persistent connection to the database which means a SQL link that do not close when the execution of your script ends.

  

  

With SQL, how do you select all the columns from a table named "Persons"?

  

  

  

  

Can I call a trigger directly called from an application?

  

  

Which command is used for showing current date and time in Mysql command line tool?

  

  

  

  

What is Row?

  

  

  

  

An outer join requires each record in the two joined tables to have a matching record.

  

  

  

  

User() fucntion returns the current users user name and ___________

  

  

  

  

How is structure of a table got in MySQL?

  

  

  

  

USE keyword is used to select a ___________

  

  

  

  

Which of the following is not a valid aggregate function?

  

  

  

  

MySQL runs on which operating systems?

  

  

  

  

Given an employees table as follows:   emp_id emp_name 1 Brush 2 Jerrin  what value will be return by below query ? Select count(*) from employees  

  

  

  

  

A view is nothing but a ________ table or a stored query

  

  

  

  

With SQL, how can you return the number of records in the "Persons" table?

  

  

  

  

MySql | Which of the following is available in MySQL:

  

  

  

  

  

What is DCL?

  

  

  

  

Which of these commands will delete a table called XXX if you have appropriate authority:

  

  

  

  

A SELECT command without a WHERE clause returns?

  

  

  

  

One of the early proponents of relational database who laid down many of the principles we use to this day was:

  

  

  

  

  

The "father" of MySQL is

  

  

  

  

Which statement is used to access an existing Database?

  

  

  

  

What SQL clause is used to restrict the rows returned by a query?

  

  

  

  

BLOB data type can have default column value.

  

  

Which of the following is not an SQL aggregate function?

  

  

  

  

  

What will happen at the end of the following sequence of SQL commands? BEGIN TRANSACTION DELETE FROM MYTABLE WHERE ID=1 DELETE FROM OTHERTABLE ROLLBACK TRANSACTION

  

  

  

  

  

How many distinct, different values can you hold in an enum field?

  

  

  

  

The main MySQL program that does all the data handling is called?

  

  

  

  

Which of the following commands should be used to create a database named “student”?

  

  

  

  

MySQL is

  

  

  

  

Which of the following is used to delete an entire MYSQL database?

  

  

  

  

Which authentications are required for login into Mysql command line tool?

  

  

  

  

What kind of replication is supported by the MySQL server?

  

  

  

  

The USE command?

  

  

  

  

If an ENUM column is declared NOT NULL, its default value is the first element of the list of allowed values.

  

  

  

  

Which SQL statement is used to update data in a database?

  

  

  

  

Mysql command line tool is used to show “how many rows are returned and how long SQL command took to execute”

  

  

  

  

What MySQL property is used to create a surrogate key in MySQL?

  

  

  

  

A table may be joined to itself.

  

  

  

With SQL, how can you return all the records from a table named "Persons" sorted descending by "FirstName"?

  

  

  

  

SQL is not case sensitive. SELECT is the same as select.

  

  

How much storage space does DATETIME require?

  

  

  

  

With SQL, how can you insert "Olsen" as the "LastName" in the "Persons" table?

  

  

  

How many TRIGGERS are allowed in MySql table?

  

  

  

  

Which of the following DBMSs do not have a native PHP extension?

  

  

  

  

  

Note:
  • Click the 'Submit Test' button given in the bottom of this page to Submit your answers.
  • Test will be submitted automatically if the time expired.
  • Don't refresh the page.