Login
Remember
Register
Ask a Question
What is the keyword to get distinct records from a table?
0
votes
asked
Mar 25, 2023
in
Oracle
by
john ganales
What is the keyword to get distinct records from a table?
distinct
records
tables
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Mar 25, 2023
by
john ganales
The user will use SELECT DISTINCT to select distinct values from a database table.
...