how do u know the total no of rows in a table?
Answers were Sorted based on User's Feedback
Answer / gurudatt
better way is to use the sys.indexes table where it gives the total no rows for each table.
| Is This Answer Correct ? | 0 Yes | 1 No |
How would you design a database for an e-commerce website?
What is a Shared SQL pool ?
What is cluster Key ?
Explain the use of constraints option in exp command.
If I have a select statment which retrives 2 rows, & that rows have the same data in all the fields except the last field and I want to merge the 2 rows to be in 1 row with concatenating the last field which have the different data.... eg: the 1st row has these fields: A-B-C the second row has: A-B-X ........ i want to merge the two row to be in one row like ----> A- B- C,X
An automatic job running via DBMS_JOB has failedKnowing only that its failed, how do you approach troubleshooting this issue?
What is a schema in oracle?
Will you be able to store pictures in the database?
what is the syntax of UPDATE command?
Where is the export dump file located?
What is the difference between RBBMS & DBMS?
Give the various exception types.