Difference between primary key and unique key ?
Answer Posted / ranjeet kumar
There is only one primary key in a table but multiple unique
key.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is translate in oracle?
How to change system global area (sga) in oracle?
How to install oracle odbc drivers?
Is there a combination of "like" and "in" in sql?
Explain the truncate in oracle?
What is a user account in oracle?
Assuming today is Monday, how would you use the DBMS_JOB package to schedule the execution of a given procedure owned by SCOTT to start Wednesday at 9AM and to run subsequently every other day at 2AM.
What are oracle functions?
How would you edit your CRONTAB to schedule the running of /test/test.sh to run every other day at 2PM?
i have a question here... As of my knowledge, when we apply an index (b-tree)on a column, internally it arranges the data in b-tree format and do the fetching process correspondingly... and my quetion is... How a bit-map index arranges the data internally when applied on a column?IS it in b-tree format or whatelse?
There are n numbers of flatfile of exactly same format are placed in a folder.Can we load these flatfile's data one by one to a single relational table by a single session??
how to use select statement as formal parameter in procedure specification?(someone said that using string) ex:-procedure(a in number,select ename from emp ) i am asking syntax like this?
Does oracle database need java?
Difference between inner join vs where ?
Compare and contrast between sql and sql server and explain its various functions?