Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Home
»
Certification
»
Oracle Certification
Insert command falls in which sub-language of SQL ?
DCL
DQL
DML
DDL
Correct Answer:
DML
← Previous Question
Next Question→
More Questions from
Oracle Certification
In R-DBMS, the data is organized in the form of _____.
What are the different types of SQL statements ?
How many joining conditions are required to join 4 tables in SQL?
What command would you use to create a backup control file?
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?
Discussion & Comments
No comments yet. Be the first to comment!
Name:
Comment:
Post Comment
Join Discussion
Discussion & Comments