-
-
-
-
-
Datareader Dataset
How to fill Dataset from Datareader?
-
-
-
-
-
-
-
Types of Databases
How many types of databases are there? What are they?
-
Access data from Database
In which manner the SQL commands access the data from database?
-
Between Operator for Date Fields
What is the disadvantage of using "BETWEEN" for date feilds
-
-
What WHERE CURRENT OF clause does in a cursor?
LOOPSELECT num_credits INTO v_numcredits FROM classesWHERE dept=123 and course=101;UPDATE studentsSET current_credits=current_credits+v_numcreditsWHERE CURRENT OF X;END LOOPCOMMIT;END;
-
DOS command
How to execute DOS Commands from SQL prompt?
-
-
-
What is syntax for dropping a procedure and a function .Are these operations possible?
Drop Procedure procedure_nameDrop Function function_name
Oracle SQL Interview Questions
Ans