SQL Server Interview Questions and Answers
<< Previous Question Next Question >>
 Question: 509 Page Views: 

How many conditions can be included under WHERE Clause in SELECT statement?



Posted By: Avi Date: 1 October 2010 12:21:08 PM
 Answer:

No limit specified.


Posted By: avibtech


Date: 1 October 2010 12:21:08 PM
Post a better Answer if you have
 
(Will show your Gravatar icon)  
  Country flag

Loading
Enter the text as shown in the image Sez2EJ
Related Questions
SQL Server : What is the difference between a live lock and a deadlock?

What is the difference between a live lock and a deadlock?

Live Lock:- In Live Lock the user is only able to read the transaction of the table and is unable to....
Category: SQL Server Date: 10/1/2010 11:23:07 AM
SQL Server : What do the Lock escalation do?

What do the Lock escalation do?

Lock escalation is the process which helps in converting the low level locks into higher level locks....
Category: SQL Server Date: 10/1/2010 11:22:07 AM
SQL Server : Why are locks used in SQL server?

Why are locks used in SQL server?

In SQL Server locks help the users from making conflicting changes into the database. When the table....
Category: SQL Server Date: 10/1/2010 11:21:07 AM
SQL Server : Can a stored procedure have optional parameters?

Can a stored procedure have optional parameters?

Yes, a stored procedure can have optional parameters. With the help of default value for the optiona....
Category: SQL Server Date: 10/1/2010 11:20:07 AM
SQL Server : Can you tell the important features of sub-queries?

Can you tell the important features of sub-queries?

Subqueries are very beneficial if used properly.They allow to return the desired result in a single ....
Category: SQL Server Date: 10/1/2010 11:19:07 AM