What is the usage of control file in oracle?
No Answer is Posted For this Question
Be the First to Post Answer
i can create a view with two columns from emp table,, later i need to add one more emp column to existing view.. what is query similarly add one more column to existing primary key constraint.. please give me the solutions
How many types of segments in Oracle?
What do you mean by a database transaction & what all tcl statements are available in oracle?
what is insert all statement in sql
what are views?
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 define an external table with a text file?
What are Clusters ?
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'));
How many anonymous blocks can be defined?
Where do we use decode and case statements?
what is the maximum number of indexes i can create for a table? What happens if i create indexes for all the columns of a table? Will it slow down the speed of retrieval