How to install oracle sql developer?
Is sql harder than python?
Why self join is used in sql?
what is collation? : Sql dba
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.
How does sql*loader handles newline characters in a record? : aql loader
What is the difference between null value, zero, and blank space?
How well can multiple sessions access the same data simultaneously ?
what are the advantages of sql ? : Sql dba
What is trigger and types?
what is log shipping? : Sql dba
consider a table which contain 4 columns,ename,eno,sal and deptno, from this table i want to know ename who having maximum salary in deptno 10 and 20.
Can we insert in view in sql?