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
Explain steps of normalization?
How can a user-defined datatype be created?
What do you understand by user-defined function in the sql server?
How to find which stored procedure is currently running in sql server?
How to use go command in "sqlcmd"?
tell me the disaster recovery plan
What is an indexing strategy?
Explain what role entity and relationship play in an ER diagram.
What is database white box testing?
While using a cursor, how can you differentiate between a deleted row and a row that has been inserted with null data values?
How to automatically create a log when an exception is being received into SQL Server?
do you know how to configure db2 side of the application? : Sql server database administration
What is query parameter in ssrs?
What are the different SQL Server Versions you have worked on?
What is difference between createstatement and preparedstatement?