logo

CuriousTab

CuriousTab

Discussion


Home Certification Oracle Certification Comments

  • Question
  • Difference between Union and Union all?


  • Correct Answer
  • The difference between Union and Union all is that Union all will not eliminate duplicate rows, instead it just pulls all rows from all tables fitting your query specifics and combines them into a table A UNION statement effectively does a SELECT DISTINCT on the results set 

  • Tags: Analyst, Database Administrator, IT Trainer, Software Architect

    Oracle Certification problems


    Search Results


    • 1. Foreign key in DBMS is
    • Discuss
    • 2. A column defined as UNIQUE can contain Nulls while a column defined as PRIMARY KEY can't contain Nulls

    • Options
    • A. TRUE
    • B. FALSE
    • Discuss
    • 3. Which command is used to return maximum value from result set?

    • Options
    • A. MAX
    • B. MIN
    • C. MAXIMUM
    • D. MAXI
    • Discuss
    • 4. What is the difference between a Local and a Global temporary table?
    • Discuss
    • 5. What is Log Shipping?
    • Discuss
    • 6. Candidate Key in DBMS?
    • Discuss
    • 7. The SQL keyword(s) ________ is used with wildcards.

    • Options
    • A. LIKE only
    • B. IN only
    • C. NOT IN only
    • D. IN and NOT IN
    • Discuss
    • 8. Which of the following is a comparison operator in SQL?

    • Options
    • A. LIKE
    • B. BETWEEN
    • C. =
    • D. All of the above
    • Discuss
    • 9. Go command is a signal to execute the entire batch of SQL statements after previous Go

    • Options
    • A. TRUE
    • B. FALSE
    • Discuss
    • 10. Copying the logs on the standby/backup server is an operation of Log Shipping

    • Options
    • A. TRUE
    • B. FALSE
    • Discuss


    Comments

    There are no comments.

Enter a new Comment