• A boat with beautiful sunset.
  • Tree in field with blue sky.
  • Amaizing sunrise moment

Sunday, March 18, 2012

Duplicate Rows

  • It is use to eliminating Duplicate Rows.
  • This keyword eliminate the duplicate rows in the tables.
Example :
  1. SELECT job FROM dept;
  2. SELECT DISTINCT job FROM dept;

No comments:

Post a Comment