How to end the current transaction in oracle?
What is the difference between a primary key & a unique key?
What are ddl statements in oracle?
How to specify default values in insert statement using oracle?
ur a sql devoloper...what is the process in ur company for finding the database BUGS .. seperate DB testers are there? or devr.s are manage? if DB TESTERS in there what is the process
What is Oracle table?
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'));
when i run my query on yesterday it is fast but today it is slow why?
How to drop a stored procedure in oracle?
Define oracle database
How do I connect to oracle database?
Can a formula column referred to columns in higher group ?
What is a cursor variable?