Answer Posted / raghuram
the question is how do find number of rows in a table?
select count(*) from table_name
by using this we will get exact number of rows in a table.
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
what are defaults? : Sql server database administration
What is SQL Azure Data sync?
Do you know the isolation level that sql server support?
What is the dbcc command and why is it used?
Can you please differentiate between a primary key and a unique key?
What are the properties and different types of sub-queries?
How do database indexes work?
What are the difference between primary key and unique key? : sql server database administration
When multiple after triggers are attached to sql table, how to control the order of execution?
What are sql azure firewall rules?
Explain a join?
What are types of scd? : sql server analysis services, ssas
What is a bit datatype?
What is the difference between join and inner join?
What are the different types of sql server replication? : sql server replication