Is json a nosql?
No Answer is Posted For this Question
Be the First to Post Answer
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.
What is an escape character in sql?
What is the difference between an inner and outer join?
What is type and rowtype in pl sql?
What is replication id?
What is window clause?
What is the difference between join and union.
27 Answers 3i Infotech, ABC, Oracle, Polaris, TCS, XT Global,
Can unique keys be null?
What is serial sql?
What is a procedure in pl sql?
what are the tunnig tables you used for tuning a query and tell me some of coloumns in that tuning tables?
How do you determine the current isolation level? : Transact sql