logo

Unit 3: Web Technology II (12 Hours)

1. What is the main purpose of a DBMS?

2. Which of the following is a DBMS software?

3. What does SQL stand for?

4. Which of these is an example of a relational database?

5. What is a primary key?

6. A foreign key in one table refers to:

7. Which command is used to retrieve data in SQL?

8. Which SQL command is used to remove records?

9. What is a schema in a database?

10. In SQL, which clause is used to filter records?

11. Which type of key can accept NULL values?

12. Which of the following is not a type of database model?

13. What is a transaction in a DBMS?

14. Which property ensures transactions are completed fully or not at all?

15. What is normalization in a database?

16. Which form removes partial dependencies?

17. What is a view in SQL?

18. Which SQL command adds new data to a table?

19. What is the purpose of the JOIN operation?

20. Which type of join returns all records from the left table?

21. In SQL, which function is used to count rows?

22. What is the default sorting order in SQL?

23. Which SQL clause is used for sorting?

24. What is a trigger in a database?

25. Which language is used for defining database schema?

26. What does the SQL function SUM() do?

27. In DBMS, CRUD stands for:

28. Which SQL clause is used to group rows?

29. What does a composite key consist of?

30. Which of the following is not a DML command?

31. The ACID property related to transactions stands for:

32. Which function retrieves the largest value in SQL?

33. What is the main purpose of indexing?

34. What command is used to change data in SQL?

35. A stored procedure is:

36. Which database language is used to manage access privileges?

37. Which join returns matching rows from both tables?

38. The SQL statement DROP TABLE table_name will:

39. What is the difference between DELETE and TRUNCATE?

40. Which type of database model is the most common?

41. The GROUP BY statement is used with:

42. Which constraint enforces a unique value in a column?

43. Which SQL clause filters grouped data?

44. What does ER stand for in databases?

45. What is the function of a database transaction log?

46. Which command is used to change a table structure?

47. Which normal form removes transitive dependencies?

48. What is a relational database?

49. A unique constraint:

50. Which command is used to retrieve data from a database?

51. Which SQL command creates a new table?

52. Which aggregate function finds the minimum value?

53. What does BCNF stand for?