logo

CuriousTab

CuriousTab

Discussion


Home Certification Oracle Certification Comments

  • Question
  • Foreign key in DBMS is


  • Correct Answer
  • Foreign keys are the columns of a table that points to the primary key of another table They act as a cross-reference between tables In detail : A Foreign key is a field (or collection of fields) in one table that uniquely identifies a row of another table or the same table In simpler words, the foreign key is defined in a second table, but it refers to the primary key or a unique key in the first table 

  • Tags: Analyst, Database Administrator, IT Trainer, Project Manager

    Oracle Certification problems


    Search Results


    • 1. 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
    • 2. Which command is used to return maximum value from result set?

    • Options
    • A. MAX
    • B. MIN
    • C. MAXIMUM
    • D. MAXI
    • Discuss
    • 3. What is the difference between a Local and a Global temporary table?
    • Discuss
    • 4. What is Log Shipping?
    • Discuss
    • 5. Explain Data Definition Language
    • Discuss
    • 6. Difference between Union and Union all?
    • Discuss
    • 7. Candidate Key in DBMS?
    • Discuss
    • 8. 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
    • 9. Which of the following is a comparison operator in SQL?

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

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


    Comments

    There are no comments.

Enter a new Comment