What is a trigger in sql?
What are the ways on commenting in a pl/sql code?
What are the various levels of constraints?
How can we make an if statement within a select statement?
need to split a string into separate values. eg. col1 col2 ---------- 100 - 'a,b,c' 200 - 'a,x,d,e' 300 - 'c' result: value count ------------- a - 2 b - 1 c - 2 etc.
What is record data type?
In a PL/SQL block,which loop type should be used in a performance point of view & Why (as both loops can do the same task) 1) open - Fetch loop 2) for loop
What is rank dense_rank and partition in sql?
In table a 1lakh data is present,in table b 20 thousand data is present, to get unique data from table a and b which join to be considered. whether right outer join or left inner join.
What is replication id?
What is sqlite used for?
What is benefit of creating memory optimized table?
How does one use sql*loader to load images, sound clips and documents? : aql loader