Database Application Unit 5

  1. What are the steps to join two tables?






    B. List columns to be displayed, list of tables containing displayed columns, restrict rows from the two tables that have common values in matching columns.
  2. What is an EXISTS operator?






    B. An operator that checks the existence of rows that satisfies some criterion
  3. Which of the following would you use to produce a combination of all rows from two tables?




    D. PRODUCT
  4. What is an alias?




    D. an alternate name for a table in the FROM clause
  5. Which of the following statements is true?




    D. Right outer join, all rows from the table on the right are included regardless of whether they match rows from the table on the left.
  6. Which two condition must be met in order to use UNION operators?




    D. The two tables must have the column datatypes and same number of columns.
  7. Which of the following statements is valid?

    A. ALL operator: the condition is true only if it satisfies all values: ANY operator: the condition is true if it satisfies any value.
    B. ALL operator: the condition is true only if it satisfies all values.
    ANY operator: the condition is true if it satisfies more than one value.
    C. ALL operator: the condition is true only if it satisfies more than one value. ANY operator: the condition id true if it satisfies all values.
    D. ALL operator: the condition is true only if it satisfies any value. ANY operator: the condition is tru if it satisfies all value.
    E. All of the above
    F. None of the above
    A. ALL operator: the condition is true only if it satisfies all values: ANY operator: the condition is true if it satisfies any value.
  8. Which of the following is not a SET operator in MySQL Server?






    B. INTERSECT
  9. Which of the following is not true about joining a table to itself?






    A. Known as SELF-JOIN
  10. Which of the following is not a valid JOIN command?






    C. FULL INNER JOIN
Author
jdavis123
ID
358838
Card Set
Database Application Unit 5
Description
Updated