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

Can DISTINCT command be used for more than one column?

  

  

Which of the following is not a valid aggregate function?

  

  

  

  

How much storage space does DATETIME require?

  

  

  

  

Which of the following is NOT supported by MySQL

  

  

  

  

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

  

  

  

  

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

  

  

  

  

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

  

  

  

  

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

  

  

  

  

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

  

  

  

  

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

  

  

  

  

Which of the following ways below are the correct way to get the current date?

  

  

  

  

MySQL is

  

  

  

  

To use MySQL on your computer, you'll need?

  

  

  

  

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

  

  

What is Row?

  

  

  

  

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

  

  

  

  

How is structure of a table got in MySQL?

  

  

  

  

Which of the following is not a character manipulation function?

  

  

  

  

MySQL runs on which operating systems?

  

  

  

  

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

  

  

  

  

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

  

  

  

  

MySql | Which of the following is available in MySQL:

  

  

  

  

  

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

  

  

  

  

Which statement is used to access an existing Database?

  

  

  

  

How much character are allowed to create database name?

  

  

  

  

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

  

  

  

  

On executing DELETE command, if you get an error "foreign key constraint" what does it imply?

  

  

  

  

When do we use a HAVING clause?

  

  

  

  

What is DCL?

  

  

  

  

A SELECT command without a WHERE clause returns?

  

  

  

  

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

  

  

What kind of replication is supported by the MySQL server?

  

  

  

  

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

  

  

  

  

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

  

  

  

  

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

  

  

  

  

  

The program called mysql is

  

  

  

  

  

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

  

  

  

  

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

  

  

  

A NULL value is treated as a blank or 0.

  

  

  

Which SQL statement is used to return only different values?

  

  

  

  

Which of the following is not an SQL aggregate function?

  

  

  

  

  

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

  

  

  

  

The “Mysql command line tool” formats are bounded by

  

  

  

  

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

  

  

  

  

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

  

  

  

  

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

  

  

  

  

What is Table?

  

  

  

  

What is a candidate key?

  

  

  

  

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

  

  

  

  

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

  

  

  

  

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

  

  

  

  

  

The USE command?

  

  

  

  

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

  

  

  

  

Which one will delete the table data as well as table structure?

  

  

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

  

  

  

  

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"?

  

  

  

Which SQL keyword is used to sort the result-set?

  

  

  

  

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

  

  

  

  

Which of these field types would be best to hold a film title?

  

  

  

  

What does SQL stand for?

  

  

  

  

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

  

  

  

  

Enum values are stored according to their index numbers

  

  

What is Column?

  

  

  

  

In a SELECT with a GROUP BY clause, a WHERE clause, and a HAVING clause, the WHERE conditions are applied before the HAVING conditions.

  

  

  

  

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

  

  

  

  

How many TRIGGERS are allowed in MySql table?

  

  

  

  

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

  

  

  

  

Can joins be nested?

  

  

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

  

  

  

  

You are required to buy a license for MySQL if

  

  

  

  

  

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

  

  

  

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

  

  

  

  

  

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

  

  

  

Where is metadata stored in MySQL?

  

  

  

  

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

  

  

  

  

Can I define multiple unique constraints on a table?

  

  

The result of a SELECT statement can contain duplicate rows.

  

  

  

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

  

  

  

  

  

MySQL supports the complete SQL99 standard

  

  

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

  

  

  

  

How do I find out all databases starting with ‘test to which I have access to?

  

  

  

  

If you want to undo a GRANT, you should use

  

  

  

  

  

How to view all Triggers in MySQL?

  

  

  

  

MySQL Access security is controlled through?

  

  

  

  

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

  

  

  

  

Which of the following is not an SQL aggregate function?

  

  

  

  

  

Can I call a trigger directly called from an application?

  

  

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

  

  

  

  

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

  

  

  

  

What does the DESC keyword do in the following query? SELECT * FROM MY_TABLE WHERE ID > 0 ORDER BY ID, NAME DESC

  

  

  

  

  

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

  

  

Which of the following is NOT available in MySQL?

  

  

  

  

Transactions are used to treat sets of SQL statements atomically.

  

  

The "father" of MySQL is

  

  

  

  

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

  

  

  

  

A user with RELOAD priveliges can

  

  

  

  

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

  

  

  

  

A table may be joined to itself.

  

  

  

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  

  

  

  

  

What is DDL?

  

  

  

  

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.