Question:What will be the output of the following SQL query? SET SHOWPLAN_TEXT ON GO SELECT * FROM abcsite.abctable GO
A It will show the query plan and the estimated cost of running
B It will show all the rows of the "abctable" table
C It will show all the rows of the "abctable" table and the table structure
D It will show the identities and Constraints applied on this table
+ AnswerA
+ Report