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
Differences between Oracle 9i and 10g (Probably in terms of SQL and PL/SQL)?
What are different methods to trace the pl/sql code?
Define tables and fields in a database
what are the join types in tsql? : Transact sql
Where not exists in sql?
Is left join inner or outer by default?
what is meant by nl2br()? : Sql dba
What does pragma mean?
Does truncate free space?
What is the advantage of nosql?
What is pl sql collection?
State few characteristics of pl/sql?
How many databases can sql express handle?
how to check myisam tables for errors? : Sql dba
Can we create a trigger on view?