logo

CuriousTab

CuriousTab

Discussion


Home Certification Oracle Certification Comments

  • Question
  • 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

  • Correct Answer
  • Tabular structure 

    Explanation

    Data is organized in the form of row and columns, thus it is in tabular structure.


  • Oracle Certification problems


    Search Results


    • 1. Insert command falls in which sub-language of SQL ?

    • Options
    • A. DCL
    • B. DQL
    • C. DML
    • D. DDL
    • Discuss
    • 2. Define Executive Plan in Database SQL ?
    • Discuss
    • 3. 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
    • 4. What is the output after compile and run the following code ? int Output = 10; boolean b = false; if((b == true) && ((Output += 10) == 20)) { System.out.println("We are equal " + Output); } else { System.out.println("Not equal! " + Output); }

    • Options
    • A. Compilation and output of "We are equal 10"
    • B. Compilation and output of "Not equal! 10"
    • C. Compilation error, attempting to perform binary comparison on logical data type
    • D. Compilation and output of "Not equal! 20"
    • Discuss
    • 5. Why do you need common fields in a Database?
    • Discuss
    • 6. What are the different types of SQL statements ?
    • Discuss
    • 7. How many joining conditions are required to join 4 tables in SQL?

    • Options
    • A. 1
    • B. 2
    • C. 3
    • D. 4
    • Discuss
    • 8. What command would you use to create a backup control file?
    • Discuss
    • 9. What is an Oracle index?
    • Discuss
    • 10. What is the default return value of a function?

    • Options
    • A. int
    • B. char
    • C. string
    • D. None of the above
    • Discuss


    Comments

    There are no comments.

Enter a new Comment