Here is a small teaser, can you guess the output?
Denis The SQL Menace
--------------------
SQL Server Code,Tips and Tricks, Performance Tuning
SQLBlog.com, Google Interview Questions
Code:
SELECT d.c-d.b/d.a
FROM(SELECT 1,2,5)d(a,b,c)
Denis The SQL Menace
--------------------
SQL Server Code,Tips and Tricks, Performance Tuning
SQLBlog.com, Google Interview Questions