Skip to content
#1. You can add a row using SQL in a database with which of the following?
#2. _________ is a spatial data type.
#3. You can delete a row using SQL in a database with which of the following?
#5. You want to track date and time of the last write access per row?
#7. ntext datatype falls under which category?
#8. The Wildcard in a WHERE Clause is useful when
#9. _______ is not a category of SQL command
#10. Which of the following is large object data type?
#11. Which of the following statements is true concerning subqueries?
#12. What does the abbreviation DBMS stand for?
#13. What does the abbreviation RDBMS stand for?
#14. Which of the following data type is not present in SQL Server?
#15. What type of join is needed when you wish to include rows that do not have matching values?
#16. Exact numeric data type is ________
#17. The result of a SQL SELECT statement is a ____________
#18. ______ removes all rows from a table without logging the individual row deletions?
#19. A Union query is which of the following?
#20. The benefits of a standard relational language include which of the following?
#21. Which of the following data type is not present in SQL Server?
#22. Which of the following is valid SQL for an Index?
#23. __________ is monetary data type in SQL server.
#24. The SQL WHERE Clause:
#25. Which is not a type of join in T-SQL?
#26. Which of the following SQL Clauses is used to DELETE tuples from a database table?
#27. What is the purpose of the SQL AS Clause?
#28. A column of type ________ may contain rows of different data types.
#29. Which of the following is a correlated subquery?
#30. Exact numeric data type is ____
#31. ________ is a spatial data type.
#32. Which SQL function is used to count the number of rows in a SQL query?
#33. SQL data definition commands make up a ______
#34. Data types in SQL Server are organized into how many categories?
#35. Which of the following are TCL Commands?
#36. Which of the following is the original purpose of SQL?
#37. A view is which of the following?
#38. Which of the datatype has storage size of 8 bytes?
#39. _________ is monetary data type in SQL Server.
#40. Select * from student join takes using
#41. Which of the following is not the function of client?
#42. Which of the following statement is true?
#43. Select _________ from instructor where dept name “Comp-Sci”;
#44. The SQL statement that queries or reads data from a table is _________
#45. To sort the results of a query use:
#46. Which SQL keywords is used to retrieve a maximum value?
#48. The wildcard in a WHERE clause is useful when?
#49. The command to remove rows from a table customer is
#50. Which of the following is one of the basic approaches for joining tables?
#51. The HAVING clause does which of the following?
#52. What type of join is needed when you wish to return rows that do have matching values?
#53. The SQL keywords ________ is used with wildcards.
#54. The SQL keywords _______ is used with Where condition.
#55. The SQL keywords _______ is used with Orderby.
#56. The command to eliminate a table from a database is:
#57. A column of type ________ may contain rows of different data types.
#58. Which one of the following sorts rows in SQL?
#59. How many tables may be included with a join?
#60. Select ______ dept_name from instructor;