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
Which function is used in SQL Server to find the largest integer less than or equal to a specific value?
FLOOR.
TRUNCATE TABLE EMP;, DELETE FROM EMP; -What Will the outputs of the above two commands (Queries) in SQL Server?
Which join gives the Cartesian product of two tables in sql server?
If any user-created stored procedure has the same name as a system stored procedure, will the user-created stored procedure be executed?
What is the difference between a primary key and a unique key?
How is the SUBSTR keyword used in SQL?
Which function is used to find the smallest integer greater than or equal to a specific value in sql server?
What is the DEFAULT constraint in SQL Server?
SQL Server works on which protocol ?
What is the row size in SQL Server 2000?
What are the Stored procedures (sprocs) in SQL Server?