Explain the use of tables option in exp command.
No Answer is Posted For this Question
Be the First to Post Answer
how to insert data into partitioned table partition done by Range partition
how many types of index?
What are operators in oracle?
Can Multiple instances be run on Single Machine???
Explain the use of ignore option in imp command.
which clause we are not used in where clause?
Does oracle database need java?
what is the syntax of update command?
src name sex a,male b,female c,male d,female Required output : male female a,b c,d tried pivot but was not successfull select * from src pivot (max(name) for sex in ('MALE','FEMALE'));
various types of hints and their usage
How to update rows in table, suppose i have lacks of rows in table how to update total table with update statement. Can u please any one answer this question with update statement.
what is mean by prmary key and foreign key and how can we diffrentiate that? Please answer me. Advance thanks.