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 command is used to delete a table from the database in the sql server and how?
What are the different types of sql server replication? : sql server replication
Tell me what are the advantages of using stored procedures?
Explain the use of containers in ssis and also their types?
How do we know if any query is retrieving a large amount of data or very little data?
What is meant by datasource?
Can a stored procedure call itself or recursive stored procedure? How many levels sp nesting is possible?
What is the difference between locking and multi-versioning?
How do I know if localdb is running?
Do you know what is user defined datatypes and when you should go for them?
What is a data source file?
It is important form e to get the information from log files of applications executed by the task scheduler? Does sql studio save these log files? : sql server management studio
What are the disadvantages of using querystrings to send data from one page to another?
How can we improve performance by using SQL Server profiler?
Why Master database is required?