Computer Science, asked by ondukomichael, 7 months ago

Does a HTML SQL query eliminates duplicates

Answers

Answered by rupalinarkhede799
3

Answer:

SQL query will not automatically eliminate the duplicates , explicitily we have to use distinct keyword for removing duplicates from result set. If there is no indexes it will create index automatically. No two column can have the same name.

Similar questions