Write the fastest query to find out how many rows exist in a table?
Answer / Vivek Kishor
The fastest way to get the number of rows in a table is using the COUNT(*) function. However, if you want an exact count without considering NULL values, use COUNT(column_name) where column_name refers to a non-nullable column.
| Is This Answer Correct ? | 0 Yes | 0 No |
can you give me the syntax of named procedure??
Explain about network model?
what is the use of foreginkey
How long can an error message be in raiseerror function?
State the acid rules?
Define candidate key, alternate key, composite key?
30 Answers IAS, IBM,
What is database design and development?
Explain about the database management systems.
explain detail about ftp in datastage?
What is an extended stored procedure?
Can you have a nested transaction?
What are the three types of database design?
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)