What are the types of trigger in oracle?
No Answer is Posted For this Question
Be the First to Post Answer
How to Identify the previously inserted/updated records in already populated table.
20. Using a set operator, display the client number of all clients who have never placed an order.
What is a schema in oracle?
definition of cluster and non-clustered index?
Why use resource manager in Oracle?
How to use "in" parameter properly?
Hi, I want table structure shown below. How can i create this ? Num Name Address Addr1 Addr2 I want Addr1 and Addr2 under Address column. How can i achive this ? Is it possible ?
Can the default values be assigned to actual parameters?
I have table-A(1,2,3,4,4,5,6,6,6,7). how to get all duplicate values?what is sql query?
How can I combine multiple rows into a comma-delimited list in oracle?
what is main def between plsql/table and array?
Is there any way to find out when one specific table/view/M-view is used last time. i.e. when one specific object is used in any SELECT statement.