Can anyone give me information about oracle certification
Answer / guest
You can find here in the following link :
http://oraclebabu.blogspot.com/2008/04/oracle-certification-
to-z_29.html
| Is This Answer Correct ? | 2 Yes | 0 No |
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.
How to define Data Block size ?
What is clustered table in Oracle?
Write query to fetch second maximum salary from employee table.
4 Answers Bravura Solutions, HCL,
can you write commit in triggers?
A and B are tables. x is a column. Then What is difference between A.x = B.x(+) and A.x = B.x ?
What are a cluster and non-cluster index?
What is a private synonym?
How to select some columns from a table in oracle?
How to use values from other tables in update statements using oracle?
t1 col1 col2 nishi 5000 lucky 6700 akash 7000 i want that a query that when i insert 7000 it will show me data already present and data will not insert. if data is not present it will insert.
How to call a stored procedure inside a trigger? Give an example.