Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Home
»
Certification
»
Oracle Certification
What command would you use to create a backup control file?
Correct Answer:
Alter database backup control file to trace
← Previous Question
Next Question→
More Questions from
Oracle Certification
What is an Oracle index?
What is the default return value of a function?
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); } }
MOV extension refers usually to what kind of files?
Explain Data Control Language
Which among the following keys are used to identify each row of the table uniquely?
What is the difference between oracle,sql and sql server?
A Transparent DBMS
A relational database developer refers to a record as
Count function in SQL returns the number of
Discussion & Comments
No comments yet. Be the first to comment!
Name:
Comment:
Post Comment
Join Discussion
Discussion & Comments