Monday, November 10, 2014

Interview SQL Queries

Query 1: Select 8 from [dbo].[Customers]

Output :




Query 2: Select * from [dbo].[Customers] Where 1=2

Output:

No comments:

Post a Comment