Answer Posted / ajeet singh
"on delete cascade" is a deleting prodess in which,if we
delete any record from the table,then all records related
to this record are deleted which are exist in any other
related/foreign table.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
How to assign values to data fields in record variables?
What is the difference between Delete, Truncate and Drop in Oracle?
How to select an oracle system id (sid)?
how the indexes are stored in the Oracle Database?
How would you go about verifying the network name that the local_listener is currently using?
What is the difference between PFILE and SPFILE in Oracle?
What is the usage of synonyms?
I have some query regarding Report generation from Oracle Apps "PO module". I have to generate a report where table columns are as below: Vendor_name Invoice No PO Number Item_Quantity Value of Goods Date of Shipping Name_of_the_transport Date_of_receipt_issued. Now my questions is :from which table/column I can get the information of "Name_of_the_transport" column. Thanks in advance.
What is a data lock in oracle?
What's dateware house and what's clustor with practicle example
How to run create database statement again?
How to initialize variables with default values?
what are bitmap indexes? How does they work?
What are the differences between blob and clob in oracle?
How to drop an index?