हिंदी
तमिलनाडु बोर्ड ऑफ सेकेंडरी एज्युकेशनएचएससी विज्ञान कक्षा १२

Write a SQL statement using the DISTINCT keyword. - Computer Science

Advertisements
Advertisements

प्रश्न

Write a SQL statement using the DISTINCT keyword.

टिप्पणी लिखिए

उत्तर

DISTINCT keyword:

The DISTINCT keyword is used along with the SELECT command to eliminate duplicate rows in the table. This helps to eliminate redundant data. For

Example

SELECT DISTINCT Place FROM Student;
Will display the following data as follows :
SELECT * FROM Student;

Output
Place
Chennai
Bangalore
Delhi

shaalaa.com
SQL Commands and Their Functions
  क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
अध्याय 12: Structured Query Language (SQL) - Evaluation [पृष्ठ २३१]

APPEARS IN

सामाचीर कलवी Computer Science [English] Class 12 TN Board
अध्याय 12 Structured Query Language (SQL)
Evaluation | Q 5. | पृष्ठ २३१
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×