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 

+ Answer
+ Report
Total Preview: 558

Copyright © 2025. Powered by Intellect Software Ltd