Shall I get Pro*C Compiler in Oracle-10g release ?
Answer / jeevan
Pro*C in included in 8i and 9i............Shall I get Pro*C
Compiler in Oracle-10g release ?
| Is This Answer Correct ? | 2 Yes | 0 No |
what are the database links ?
What is an oracle database table?
5. Display full details from the ORDER_LINE table where the item number is (first condition) between 1 and 200 (no > or < operators) OR the item number is greater than 1000 AND (second condition) the item cost is not in the list 1000, 2000, 3000 OR the order number is not equal to 1000.
what is cartesian product?
Can sub procedure/function be called recursively?
What are the varoius components of physical database structure of oracle database?
What is a Temporary Segment ?
What do you mean by merge in oracle?
How to call a trigger inside a stored procedure?Give an example.
Describe Referential Integrity ?
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 to view all columns in an existing table?