What is trigger in pl sql?
How do we tune the code?
What are character functions in sql?
Differentiate between % rowtype and type record.
explain the difference between myisam static and myisam dynamic. : Sql dba
what is the purpose of update command in oracle?
What is the difference between sql and t sql?
What is sql partition?
what are the different functions in sorting an array? : Sql dba
Is it possible to access the current value in a session before accessing next value?
1> how are u debugging in plsql ? 2> how to connect oracle database from unix. is there ne way other than using sqlplus ?
How well can multiple sessions access the same data simultaneously ?
table :- city name country code abc 11 bcd 22 cde 232 def 33 write a procedure , so that when we give a phone no. eg - 1123456789 - o/p sud be city name = abc if phone no. - 2322345897 , o/p sud be =cde note - bcd and cde city name sud be diff. as dey diff only with th last no. Pls ans. this questnion.