How to define a specific record type?
No Answer is Posted For this Question
Be the First to Post Answer
Anybody can tell me, how do we find second largest emp salary from emp table.. Thanks in advance ...
10 Answers Cognizant, ID, NTTF Nettur Technical Training Foundation, Sony, Verizon,
23. Display the client name for all clients who have placed an order where any order line has more than 3 items. Do not use a table join anywhere in your query.
What is a schema in oracle?
Explain alias?
a query to select maxmun 3 salaries of employee table
Is a rollback possible to any savepoint?
Explain user account with reference to oracle.
How to build data dictionary view an new database?
What is a Data Segment ?
How to use "if" statements on multiple conditions?
What is oracle and what are its different editions?
Two triggers one is before insert and other is after insert are firing on a table.If 10 times you insert in a table.Then how many times before trigger and how many types after trigger will fire in pl/sql.