Implementing clauses

Which of these characteristics does ORDER BY PRIMARY clause have?

  1. Default behavior is ascending ordering.
  2. Single Database table to be used
  3. Select should include all fields included in primary key, except MANDT
  4. SELECT DISTINCT cannot be used with it

Related Posts