Question 11 Mark____________ is undefined/ unavailable/ missing value/ No value.AnswerNULLView full question & answer→
Question 21 Mark____________ command is used to view the structure of the table.AnswerDescView full question & answer→
Question 31 MarkSelect * from student where state ___________ (‘Delhi’,’MP’,’Tamil Nadu’);.AnswerINView full question & answer→
Question 41 MarkSelect * from student where admno between 1101 _______ 1199;.AnswerAND/&&View full question & answer→
Question 61 Mark________________ command is used to display information from the table.AnswerSelectView full question & answer→
Question 71 Mark________________ clause is used to filter the row from the table.AnswerWhereView full question & answer→
Question 81 Mark________________ clause is used to arrange the rows of a table.AnswerOrder byView full question & answer→
Question 91 Mark________________ key is used to uniquely identify row in a table and also does not accept NULL values.AnswerPrimaryView full question & answer→
Question 101 Mark_________________ clause is used to remove duplicate rows from the result of SQL select statement.AnswerDistinctView full question & answer→