logo

CuriousTab

CuriousTab

Discussion


Home Certification Oracle Certification Comments

  • Question
  • How many joining conditions are required to join 4 tables in SQL?


  • Options
  • A. 1
  • B. 2
  • C. 3
  • D. 4

  • Correct Answer


  • Explanation

    To join 'n' tables 'n-1' conditions should be satisfied.

    So to join 4 tables 3 conditions should be satisfied.

  • Tags: Analyst, Database Administrator, IT Trainer

    Oracle Certification problems


    Search Results


    • 1. What are the different types of SQL statements ?
    • Discuss
    • 2. In R-DBMS, the data is organized in the form of _____.

    • Options
    • A. Hierarchical structure
    • B. Tabular structure
    • C. Linked structure
    • D. All of the above
    • Discuss
    • 3. Insert command falls in which sub-language of SQL ?

    • Options
    • A. DCL
    • B. DQL
    • C. DML
    • D. DDL
    • Discuss
    • 4. Define Executive Plan in Database SQL ?
    • Discuss
    • 5. In the following pieces of code, B and D will compile without any error. True or false ? A: StringBuffer sb1 = "abcd"; B: Boolean b = new Boolean("abcd"); C: byte b = 255; D: int x = 0x1234; E: float fl = 1.2;

    • Options
    • A. TRUE
    • B. FALSE
    • Discuss
    • 6. What command would you use to create a backup control file?
    • Discuss
    • 7. What is an Oracle index?
    • Discuss
    • 8. What is the default return value of a function?

    • Options
    • A. int
    • B. char
    • C. string
    • D. None of the above
    • Discuss
    • 9. what will be the output of the following code? class Value { public int i = 15; } public class Test { public static void main(String argv[]) { Test t = new Test(); t.first(); } public void first() { int i = 5; Value v = new Value(); v.i = 25; second(v, i); System.out.println(v.i); } public void second(Value v, int i) { i = 0; v.i = 20; Value val = new Value(); v = val; System.out.println(v.i + " " + i); } }

    • Options
    • A. 15 0 2
    • B. 15 0 0
    • C. 15 20 0
    • D. 15 0 20
    • Discuss
    • 10. MOV extension refers usually to what kind of files?

    • Options
    • A. Audio
    • B. Movies or other Videos
    • C. Images
    • D. Documents
    • Discuss


    Comments

    There are no comments.

Enter a new Comment