Simple Quiz On Sql Server Select statement

If we execute a statement like below, it will throw error:

SELECT xyz

Result:
Msg 207, Level 16, State 1, Line 1
Invalid column name 'xyz'.

Can you guess what the below statement execution will result and reason for the same? Be frank don’t execute the statement and answer. By the way Today, I came to know about this behaviour only after executing this statement 🙂

SELECT 111xyz

7 thoughts on “Simple Quiz On Sql Server Select statement

Leave a Reply

Your email address will not be published. Required fields are marked *