logo

CuriousTab

CuriousTab

Discussion


Home Certification Oracle Certification Comments

  • Question
  • What is the difference between oracle,sql and sql server?


  • Correct Answer
  • Oracle is based on RDBMS SQL is Structured Query Language SQL Server is another tool for RDBMS provided by MicroSoft 

  • Tags: Database Administrator

    Oracle Certification problems


    Search Results


    • 1. Which among the following keys are used to identify each row of the table uniquely?

    • Options
    • A. Primary key
    • B. Unique key
    • C. Partial key
    • D. None of the above
    • Discuss
    • 2. Explain Data Control Language
    • Discuss
    • 3. MOV extension refers usually to what kind of files?

    • Options
    • A. Audio
    • B. Movies or other Videos
    • C. Images
    • D. Documents
    • Discuss
    • 4. 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
    • 5. What is the default return value of a function?

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

    • Options
    • A. Keep its logical structure hidden from users
    • B. Can access control
    • C. Keeps its physical structure hidden from users
    • D. Can not hide sensitive information from users
    • Discuss
    • 7. A relational database developer refers to a record as

    • Options
    • A. a relation
    • B. an attribute
    • C. a criteria
    • D. a tuple
    • Discuss
    • 8. Count function in SQL returns the number of

    • Options
    • A. groups
    • B. values or rows
    • C. columns
    • D. distinct values
    • Discuss
    • 9. What is the purpose of SQL Profiler in SQL server?
    • Discuss
    • 10. What is XPath?
    • Discuss


    Comments

    There are no comments.

Enter a new Comment