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 the difference between CAST and CONVERT in SQL?
Both CAST and CONVERT perform datatye conversions. In most respects, they both do the same thing, with the exception that CONVERT also does some date formatting conversions that CAST doesn't offer.
Note:- If CONVERT does everything that CAST does, and CONVERT also does date conversions, then why would ever use CAST? Simple answer for that - ANSI compliance. CAST is ASNI-compliant, and CONVERT isn't.
What is the difference between TRUNCATE and DELETE commands ?
Which operator performs pattern matching in SQL Server?
What is a Subquery ?
What is the constraint in the SQL Server?
What is the EXISTS operator in SQL Server ?
OR
What is the EXISTS keyword in SQL Server ?
What are stand-alone procedures?
What are the OS services that the SQL Server installation adds?
Explain an outer join?
What is the use of DESC in SQL Server Query?
Write a SQL Query to find first week day of the month?