How to create a server parameter file?
No Answer is Posted For this Question
Be the First to Post Answer
how to get the index id?
What does COMMIT do ?
How to create an oracle database?
How do you get nicely formatted results from an oracle procedure that returns a reference cursor?
what is the use of triggers in Java program? I mean where do we use triggers in Java programming?
Give the sequence in which triggers fired during insert operations, when the following 3 triggers are defined at the same block level ?
What privilege is needed for a user to query tables in another schema?
can you write commit in triggers?
Can we call a trigger inside a function and function inside a trigger? Give example.
DBMS vs. RDBMS
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
how do we code triggers , store procedure , Performance tuning and indexing in a Java Project? Pls kindly get me the perfect answer with the code for each....thank you in advance............pls any body kindly help me soon as possible....