MySql

Next

#1. You can add a row using SQL in a database with which of the following?

Next

#2. _________ is a spatial data type.

Next

#3. You can delete a row using SQL in a database with which of the following?

Next

#4. The SQL WHERE clause

Next

#5. You want to track date and time of the last write access per row?

Next

#6. SQL can be used to

Next

#7. ntext datatype falls under which category?

Next

#8. The Wildcard in a WHERE Clause is useful when

Next

#9. _______ is not a category of SQL command

Next

#10. Which of the following is large object data type?

Next

#11. Which of the following statements is true concerning subqueries?

Next

#12. What does the abbreviation DBMS stand for?

Next

#13. What does the abbreviation RDBMS stand for?

Next

#14. Which of the following data type is not present in SQL Server?

Next

#15. What type of join is needed when you wish to include rows that do not have matching values?

Next

#16. Exact numeric data type is ________

Next

#17. The result of a SQL SELECT statement is a ____________

Next

#18. ______ removes all rows from a table without logging the individual row deletions?

Next

#19. A Union query is which of the following?

Next

#20. The benefits of a standard relational language include which of the following?

Next

#21. Which of the following data type is not present in SQL Server?

Next

#22. Which of the following is valid SQL for an Index?

Next

#23. __________ is monetary data type in SQL server.

Next

#24. The SQL WHERE Clause:

Next

#25. Which is not a type of join in T-SQL?

Next

#26. Which of the following SQL Clauses is used to DELETE tuples from a database table?

Next

#27. What is the purpose of the SQL AS Clause?

Next

#28. A column of type ________ may contain rows of different data types.

Next

#29. Which of the following is a correlated subquery?

Next

#30. Exact numeric data type is ____

Next

#31. ________ is a spatial data type.

Next

#32. Which SQL function is used to count the number of rows in a SQL query?

Next

#33. SQL data definition commands make up a ______

Next

#34. Data types in SQL Server are organized into how many categories?

Next

#35. Which of the following are TCL Commands?

Next

#36. Which of the following is the original purpose of SQL?

Next

#37. A view is which of the following?

Next

#38. Which of the datatype has storage size of 8 bytes?

Next

#39. _________ is monetary data type in SQL Server.

Next

#40. Select * from student join takes using

Next

#41. Which of the following is not the function of client?

Next

#42. Which of the following statement is true?

Next

#43. Select _________ from instructor where dept name “Comp-Sci”;

Next

#44. The SQL statement that queries or reads data from a table is _________

Next

#45. To sort the results of a query use:

Next

#46. Which SQL keywords is used to retrieve a maximum value?

Next

#47. SQL can be used to

Next

#48. The wildcard in a WHERE clause is useful when?

Next

#49. The command to remove rows from a table customer is

Next

#50. Which of the following is one of the basic approaches for joining tables?

Next

#51. The HAVING clause does which of the following?

Next

#52. What type of join is needed when you wish to return rows that do have matching values?

Next

#53. The SQL keywords ________ is used with wildcards.

Next

#54. The SQL keywords _______ is used with Where condition.

Next

#55. The SQL keywords _______ is used with Orderby.

Next

#56. The command to eliminate a table from a database is:

Next

#57. A column of type ________ may contain rows of different data types.

Next

#58. Which one of the following sorts rows in SQL?

Next

#59. How many tables may be included with a join?

Next

#60. Select ______ dept_name from instructor;

Finish