QL> select count(*) from cyrus.customer; COUNT(*) ---------- 11 SQL>
This is to count the number of rows in a table. Cyrus is the owner and customer is the table.
QL> select count(*) from cyrus.customer; COUNT(*) ---------- 11 SQL>
This is to count the number of rows in a table. Cyrus is the owner and customer is the table.