Is json a nosql?
What is difference between a Cursor declared in a procedure and Cursor declared in a package specification ?
Does sql profiler affect performance?
Define a temp table?
Can we write create command in the plsql block?if possible how?
What is the use of sqldataadapter?
What is the requirement of self-join?
how are rank and dense rank being alloted for column with same values over a particular column
How many sql are there?
how to see the oracle 9i/10g table in pc? or In my pc where the table is saved and how to see?
What is loop in pl sql?
ename empno deptno amar 1 10 akbar 2 20 anthonny 3 30 jonathan 4 40 write a procedure to dispaly the column values ina row separated by a deleimiter eg - input - select ename from emp '|' output - amar|akbar|anthony|jonathan input - select empno from emp '@' o/p - 1@2@3@4 input - select deptno from emp '/' o/p - 10/20/30/40 Pls answer this questn.
Why do we need sharding?