How many types of tables supported by oracle?
No Answer is Posted For this Question
Be the First to Post Answer
Is oracle the best database?
two tables are there emp(eno,ename,sal,deptno),dept(deptno,dname).how form the query in deptno,ename,max(sal)
what are archived logs?
How do I recompile a procedure in oracle?
How a database is related to tablespaces?
How to add a new column to an existing table with a default value?
How to change system global area (sga) in oracle?
Whether any commands are used for months calculation? If so, what are they?
How to define a variable of a specific record type?
I need to get the values of the previous quarter.how to do this?eg: if my cuurent month is may i need to get the datas of the month jan,feb,march.Can it be done in oracle.I tried with date function q but for the month jan its not retriving the previous quarter(oct-dec).how to solve this.plpz anyone help me?
What are the database administrators utilities available?
How to rollback the current transaction in oracle?