How does Oracle guarantee data integrity of data changes?
Answer / rajat sharma
Data integrity is provided by various constrains
(UNIQUE,CHECk etc.) provided to us by SQL. By these
constrains the user cannot even make a mistake in inserting
the data.
Is This Answer Correct ? | 0 Yes | 0 No |
What is the cache hit ratio, what impact does it have on performance of an Oracle database and what is involved in tuning it?
what is a crs resource?
what functionality does oracle provide to secure sensitive information?
How can we see the database version in os level
Describe what redo logs are.
A table is classified as a parent table and you want to drop and re-create it. How would you do this without affecting the children tables?
What are the new features in sql server 2005 when compared to sql server 2000? : sql server DBA
What is transparent data encryption? : sql server DBA
How do you resize a data file?
suppose you want to audit specific activities on sensitive data. How can you achieve that?
What the different types of replication and why are they used? : sql server DBA
How would you force a log switch?