Answer Posted / krishna mohan mishra
The database instance refers to a complete database
environment. It includes RDBMS software, table structure,
stored procedures and other functions. It is normally used
when administrators tend to describe multiple instances of
the same database. It is also called as environment in
technical terms.
---Krishna Mohan Mishra
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
Explain oracle insert into command?
What are the predefined tablespaces in a database?
How to return top 5 rows in oracle?
How do I spool in oracle?
Query to retrieve record for a many to many relationship ?
Can I create users through internet explorer in oracle 10g?
Difference between the “verify” and “feedback” command?
Explain coalesce function?
What to do if the startbd.bat failed to start the xe instance?
In oracle there is column command, how will you explain that?
How can Oracle users be audited?
candidate key is subset of super key but not vice-verse explain
How to drop an index?
Can we create database in oracle using command line ?
I just want to maintain data like an employee can belongs to 3 or more departments . We can resolve this by using composite key but it avoids normalization rules. So Can anyone tell me how can I maintain data.