Welcome, Guest Ohm namah shivoy
www.faqpanel.com
Home | ASP.Net | C-Sharp | Winforms | MS SQL | AJAX | XML | .Net Training*** | Search
Invite friends 
Extras 
VS Tips & Tricks
Top 10 .Net Tools
Special folders in ASP.Net
VS Find Combobox
 ASP.Net Interview Questions and Answers
What is Self Join in SQL Server?
This is a particular case when one table joins to itself, with one or two aliases to avoid confusion. A self join can be of any type, as long as the joined tables are the same. A self join is rather unique in that it involves a relationship with only one table. The common example is when company have a hierarchal reporting structure whereby one member of staff reports to another.
Describe Microsoft SQL Server 2000 ?
What is the CHECK constraint in SQL Server?
What is a Subquery ?
Which function is used to find the largest integer less than or equal to a specific value?
How to convert timestamp data to date data (datetime datatype) in SQL Server?
Define candidate key, alternate key, composite key.
Write a SQL Query to find first week day of the month?
What is the advantage of Materialised View?
What are the pros and cons of creating extended stored procedures?
What is an execution plan? When would you use it? How would you view the execution plan?