KnowledgeBoat Logo
|

Computer Science

Which keyword eliminates the redundant data from a query result ?

SQL Queries

1 Like

Answer

DISTINCT keyword eliminates the redundant data from a query result.

Answered By

3 Likes


Related Questions