we have a package and we have grants to execute that package inside of that we have table, here we don't have privileges to this table? whether this package will execute or not?

Answer Posted / shareen

select empno,deptno,ename,sal,case when deptno=10 then
sal+3000
when deptno=20 then sal+2000
when deptno=30 then sal+1000
else sal end from emp

Is This Answer Correct ?    1 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the types of index in sql?

533


Is primary key clustered or nonclustered?

566


What is equi join in sql?

610


What operating systems are supported by oracle sql developer?

520


What is rownum in sql?

559






What is attribute indicator in pl sql?

524


Why is normalization important?

539


What is crud diagram?

513


what is the difference between group by and order by in sql? : Sql dba

600


Why plvtab is considered as the easiest way to access the pl/sql table?

619


what is the functionality of the function htmlentities? : Sql dba

523


Which join condition can be specified using on clause?

517


Is left join and outer join same?

550


Why is %isopen always false for an implicit cursor?

569


Does db2 use sql?

510