When a table name is selected in Schema Browser, the 'Num Rows' column on RHS of Schema Browser shows a different number than the number shown when right-clicking on the table name and selecting 'Record count' option. Why is there a discrepancy between these two numbers.
To obtain the record count of table using “Record Count” option from the table right-click menu, Toad runs the following query in the background:
Select count(*) from <table name>