Prepare Interview

Mock Exams

Make Homepage

Bookmark this page

Subscribe Email Address

DBMS Interview Questions and Answers

Question: How do we select distinct values from a table?
Answer:
DISTINCT keyword is used to return only distinct values. Below is syntax:- Column age and
Table wbEmp
SELECT DISTINCT age FROM wbEmp
Is it helpful? Yes No

Most helpful rated by users:

©2024 WithoutBook