Q.1.
What is a field?
Q.2.
Which SQL function is used to count the number of rows in a SQL query?
Q.3.
What does the ALTER TABLE clause do?
Q.4.
What do the letters in CRUD stand for?
Q.5.
A UNION query is which of the following?
Q.6.
SQL views can be used to hide?
Q.7.
The SQL SELECT statement is capable of
Q.8.
Embedded SQL is which of the following?
Q.9.
The arranging of data in a logical sequence is called
Q.10.
Which SQL statement is used to insert new data in a database?
Q.11.
A database is used to
Q.12.
Which of the following statements is true concerning subqueries?
Q.13.
AND, OR and NOT are examples of
Q.14.
In sql the spaces at the end of the string are removed by
Q.15.
What is the correct order of clauses in a SQL statement?
Q.16.
What is Insert command in SQL?
Q.17.
How would you display Chairs in the Items table that have a Price greater than £50.
Q.18.
The UPDATE SQL clause can _____________
Q.19.
SQL query to find the temperature in increasing order of all cities.
Q.20.
Find the name of those cities with temperature and condition whose condition is either sunny or cloudy but temperature must be greater than 70.