What is the use of CONSTRAINTS option in EXP command ?
Answer Posted / chaudhry
A flag to indicate whether constraints on table need to be
exported
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain Enterprise Resource Planning (ERP), and what sort of a database is utilised in an ERP application?
IF Statements BLOCK 1 . IF a >= b THEN do_this …..; ELSE do_that….; END IF BLOCK 2 . IF a < b THEN do_that …..; ELSE do_this….; END IF; • Given any pair of non-NULL values for “a” and”b”, will Block 1 and Block 2 do the same thing? • What if either “a” or”b” (or both) is NULL?
What is an entity-relationship model?
What is a foreign key constraint?
How to specify transaction or query timeout?
what are parameter, we can check after creating a database in terms of QC and for each tables what should be the parameters for QC and QA?
Can we use GO_BLOCK package in a PRE_TEXT_ITEM trigger ?
What is ims software environment?
What are the types of database lock?
What's the difference between file and database? Can files qualify as a database?
What is variable dbms?
What are cursors give different types of cursors?
What are the two types of data independence?
I have a table which has lot of inserts, is it a good database design to create indexes on that table?
When we will denormalize data?