Answer Posted / anand
select count(*) from table_name will hold good if there isn't any WHERE clause in it as it is a AGGREGATE Function.. (just additional information)
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
application server is slow what may be the problem
Where in ms sql server is ’100’ equal to ‘0’?
What do you understand by integration services in sql server?
Suppose you want to implement the following relationships while designing tables. How would you do it?a.) One-to-oneb.) One-to-manyc.) Many-to-many
What is the difference between a local and a global temporary table?
can a database be shrunk to 0 bytes, if not, why? : Sql server administration
Explain about thread and memory management process of SQL?
When would you use the stored procedures or functions?
Explain indexing and what are the advantages of it?
What is inner join in sql server joins?
How to filter out duplications in the returning rows in ms sql server?
What are the differences between union, intersect, and minus operators?
What is difference between view and materialized view?
How do I find the query plan in sql server?
How to delete database objects with "drop" statements in ms sql server?