SQL Questions

0 votes, 0 avg
411

SQL Questions

1 / 15

1. What is generally done if an error occurs during the transaction?

2 / 15

2. Command that comes under DML is/are –

3 / 15

3. UPDATE statement is a DML statement. What does DML stand for?

4 / 15

4. Which datatype can store unstructured data in a column?

5 / 15

5. Full form of DML is –

6 / 15

6. The join where all possible row combinations are produced is called _________

7 / 15

7. Which clause is used to retrieve a unique element from the table?

8 / 15

8. Which among the following is the correct syntax for modifying the definition of an existing table?

9 / 15

9. SQL DELETE can be used to delete,

10 / 15

10. Full form of TCL is –

11 / 15

11. Which operator is used to compare a value to a specified list of values?

12 / 15

12. In the following SQL query, what does “person” stands for? INSERT INTO person
(person_id, fname, lname)
VALUES (1,’S’,’P’);

13 / 15

13. What is x in the following MySQL statement? DELETE FROM x USING x LEFT JOIN y ON x.col = y.col;

14 / 15

14. In SQL SELECT COUNT, one needs to specify the –

15 / 15

15. Which one is not the OPTIONAL Clause in SELECT statement?

Your score is

The average score is 58%

0%

Written by Shubhranshu Shekhar, who has trained 20000+ students in coding.