What is a cursor in oracle?
No Answer is Posted For this Question
Be the First to Post Answer
State some uses of redo log files?
How to use an explicit cursor without open statements?
Explain the use of indexes option in exp command.
How to get a create statement for an existing table?
How to find out what privileges a user currently has in oracle?
what is the syntax of UPDATE command?
Create table Employee ( Employee_Id varchar2(8) Constraint emp_id_pk primary key, FirstName varchar2(50), LastName varchar2(50), DeptID Number(5) Constraint dept_id_fk Foreign Key(DeptId) References Department(DeptId) ) Error I am getting: Constraint specification are not allowed here
Why does oracle 9i treat an empty string as null?
How to define a procedure inside another procedure?
How to install oracle odbc drivers?
can a view be updated?
What happens internally when the user types userID/password@string in SQL PLUS Thanks-Bhaskar