Previous Topic: Exercise 3-10Next Topic: Scenarios


Review

Choose the correct answers for the questions below. More than one answer can apply for each question.

  1. How many columns would be retrieved by the following statement:
    select * from sample_table;
    
  2. How can you limit the number of columns returned by your SELECT statement?
  3. How can you give heading names to columns?
  4. Given a table called SUPPLY_PRICE and a column in that table called PART_NUMBER, which of the following statements will find the number of unique part numbers in the table?
  5. How can you name the column you want to sort by?

To check your answers, see Review Answers for Chapter 3.