Choose a topic to test your knowledge and improve your Mysql skills
ο»ΏWhich of the following SQL query can be used to insert new recorder to a database table?
Choose not a type of SQL constraint?
Choose following behavior as an SQL virtual table?
When using the SQL INSERT statement..
The SQL ALTER statement can be used
Which SQL query can be used to delete columns from a table?
What SQL query can be used to add columns to a table?
The query to remove rows from a table named user ?
The SQL WHERE clause to limits the
Which of the following is the original purpose of SQL?
The wildcard in a WHERE clause is useful when?
The command to delete a table from a database
The SQL keyword(s) ________ is used with wildcards
sub-query in an SQL SELECT statement is enclosed in
The result of a SQL SELECT statement is a _______
According to the SQL-92 standard the asterisk (*) means in Select statements
The HAVING clause does which of the following?
Which of the following do you need to consider when you make a table in SQL?
When three or more AND and OR conditions are combined, it is easier to use the SQL keyword(s)
SQL can be used to
The SQL keyword BETWEEN is used
Which of the following statement is correct for using comparison operators in SQL?
How to select all data from student table starting the name from letter a?
What is the full form of SQL?
Which of the following group functions ignore NULL values?
Keyword is used to sort ?
Which is the subset of SQL commands used to manipulate Oracle Database structures, including tables?
What operator tests column for the absence of data?
Command makes the updates performed by the transaction permanent in the database?
undo all the updates performed by the SQL in the transaction?
Find all the user whose id is 10
Find the temperature in increasing order of all cities
What is the meaning of LIKE %0%0%
Which SQL statement is used to update data in a database?
Which SQL statement is used to delete data FROM a database?
Which of the following must be enclosed in double quotes?
Which of the following SQL commands is used to retrieve data?
Which of the following is a SQL aggregate function?
Which SQL keyword is used to retrieve only unique values?
Which SQL keyword is used to retrieve a maximum value?
The FROM SQL clause is used to.
Which of the SQL statements is correct?
A command that lets you change one or more fields in a record is
which command is used to SELECT only one copy of each set of duplicate rows
which of the following is not a data definition language commands?