Q.1
A command that lets you change one or more fields in a record is
Q.2
Which of the SQL statements is correct?
Q.3
The FROM SQL clause is used to...
Q.4
Which command undo all the updates performed by the SQL in the transaction?
Q.5
Find all the cities whose humidity is 89
Q.6
Find the temperature in increasing order of all cities
Q.7
Table Employee has 10 records. It has a non-NULL SALARY column which is also UNIQUE.
The SQL statement
SELECT COUNT(*) FROM Employee WHERE SALARY > ANY (SELECT SALARY FROM EMPLOYEE);
prints
Q.8
The SQL statement
SELECT SUBSTR('abcdefghij', INSTR('123321234', '2', 3, 2), 2) FROM DUAL;
prints
Q.9
What is the meaning of LIKE '%0%0%'
Q.10
Find the names of these cities with temperature and condition whose condition is neither sunny nor cloudy
Q.11
The SQL statement
SELECT ROUND(45.926, -1) FROM DUAL;
Q.12
Which of the following must be enclosed in double quotes?
Q.13
Which of the following command makes the updates performed by the transaction permanent in the database?
Q.14
Which SQL keyword is used to retrieve only unique values?
Q.15
Which SQL keyword is used to retrieve a maximum value?
Q.16
What is a view?
Q.17
Which of the following SQL commands is used to retrieve data?
Q.18
Which of the following is a SQL aggregate function?
0 h : 0 m : 1 s