DBA > Job Interview Questions > Microsoft SQL Server FAQs

What result would you expect from this statement

More DBA job interview questions and answers at http://dba.fyicenter.com/Interview-Questions/

(Continued from previous question...)

What result would you expect from this statement?
Select * from dbo .MyTable

Answer
All records from [dbo].[MyTable]

Explanation
The answer is all records from [dbo].[MyTable]. Qualified names can include white space before and after the dots. Restrictions apply only to the names themselves that may need quoted identifiers with embedded white space or invalid characters.

(Continued on next question...)

Other Job Interview Questions