How many max. conditions can b written under the WHERE
clause?
Like select * from [tabnam] WHERE
(cond1...or..cond2....or...cond3...and.....so on.....???
(upto how much extent))?????
Answer Posted / raj
23
| Is This Answer Correct ? | 6 Yes | 17 No |
Post New Answer View All Answers
Why do we use sql limitations? Which constraints can we use while making a database in sql?
how do you implement one-to-one, one-to-many and many-to-many relationships while designing tables? : Sql server database administration
Can we call future method from queueable?
How many types of local tables are there in sql server?
Where views are stored in sql server?
let's assume you have data that resides on sql server 6.5. You have to move it sql server 7.0. How are you going to do it? : Sql server database administration
How to delete an existing database user?
What is ms sql server reporting services?
What is page in sql server?
Can you edit the .rdl code associated with a linked report?
How do I setup a sql server database?
Explain identity in sql server?
What is meant by datasource?
Describe the left outer join & right outer join. : sql server database administration
Find first and last day of current month in sql server