<code>Sometimes a column with "date" Datatype needs to be part of Primary Key or Unique Key. While retrieveing result sets in a SQL Query, we have to use TRUNC(date column) for date comparision or ( Selecting rows greater or less than of database fie...