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 is shared lock?
Why de-normalization required?
Is a primary key unique?
How sql server enhances scalability of the database system?
How to insert a new row into a table with "insert into" statements in ms sql server?
What it means to be triggered?
In how many ways you can invoke ssrs reports?
What is importing utility?
What is the full form of ddl?
Explain how you can deploy an SSRS report?
Working with TLogs
What are basics of policy management?
What is a collation in ms sql server?
Why should you use or avoid select * statements?
What structure can you implement for the database to speed up table reads?