Kizspy | Question: 32
(Choose 1 answer)
"SELECT TOP 100 <column name> FROM <table name> " is the statement and suppose if there are 10 rows in the table then that what will be the result?
A. Return 10 rows with data and 90 blank rows without data
B. Return all the rows and all columns in the table
C. Return the field of all the 10 rows
D. Return error