how to get @@error and @@rowcount at the same time? : Sql dba
What is foreign key sql?
What are different clauses used in sql?
How is Oracle 10g helpful when compared to oracle 9i and what is grid computing
What is sql trigger example?
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 pl sql code?
Write a query to find five highest salaries from EMP table. (there is a column SALARY)
24 Answers Cap Gemini, iNautix,
Does group by remove duplicates?
HP Interview -2016 Unix 1) grep command in unix 2) what is set command
How to remove duplicate rows from a table?.
What is meant by temporal data?
What if we write return in procedure?