MSSQLTips.com - your daily source for SQL Server tips

Google
 
Web mssqltips.com

ESSENTIALS: Home | Tips | Search | Categories | Top 10 | Products | Authors | Blogs | Forums | Webcasts | Advertise | About
Sql server Interview Questions -

in Search

Sql server Interview Questions

Last post 06-23-2008 6:33 AM by aprato. 1 replies.
Page 1 of 1 (2 items)
Sort Posts: Previous Next
  • 06-23-2008 3:13 AM

    Sql server Interview Questions

    Dear members,

    we provide a solution of bugs related to sql server along with study material and interview preparation of SQL server.

    click below link to get your solution

    http://mssqlinterview.blogspot.com/

  • 06-23-2008 6:33 AM In reply to

    • aprato
    • Top 10 Contributor
    • Joined on 12-01-2007
    • Greater Boston
    • Posts 154

    Re: Sql server Interview Questions

     Your intent is good but you may wish to verify your answers

    "SELECT table_name,index_name FROM user_constraints"

     I believe user_constraints is Oracle specific.

     Also

     "Subqueries can often be re-written to use a standard outer join, resulting in faster performance. As we may know, an outer join uses the plus sign (+) operator to tell the database to return all non-matching rows with NULL values. Hence we combine the outer join with a NULL test in the WHERE clause to reproduce the result set without using a sub-query. "

    The + is also Oracle specific syntax for outer joins. It's not ANSI or SQL Server specific.

Page 1 of 1 (2 items)