How to revoke create session privilege from a user in oracle?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between postgresql and oracle?
How to load data from external tables to regular tables?
how to convert .db (extention) database file into .dmp (extention ) for oracle database ?
how to produce numbers from 1 to 10 using dual table
select * from emp what happened internally when we write this query in the sql prompt?
Query to retrieve record for a many to many relationship ?
SELECT THE RECORDS FROM 3 TABLES LIKE(T1,T2,T3) AND HOW CAN WE INSERT THAT RECORD IN ANOTHER TABLE LIKE(T4)?
What is recycle bin in Oracle?
What is null value in oracle?
I have one table :EID,Depid,ename,sal I want to have max(sal) in each department.
5 Answers Microsoft, Oracle, TCS,
What is the difference between PFILE and SPFILE in Oracle?
how to select alphabets in a one column , for this the table name is PA_TASKS and column name is TASK_NUMBER, In TASK_NUMBER the data like this 1.1.3NN,1.1.4NN,1.5.1NN,1.3.2NE,1.5NN,1NN,1.2NE,1CE , For this i need to disply output as only NN,but not other alphabets, if NN is thre means i should display , otherwise leave that blank or empty Its some urgent requirement ,thanks in advance