0 votes
in Oracle by
What is the keyword to get distinct records from a table?

1 Answer

0 votes
by

The user will use SELECT DISTINCT to select distinct values from a database table.

...