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
What is dense_rank?
What is data abstraction in sql?
How many primary keys can a table have?
How many types of privileges are available in sql?
How to change the order of columns in Oracle SQL Plus ?
Why is pl sql needed?
Can we create table inside stored procedure?
What are the different types of database management systems?
Can we use view in stored procedure?
How do temporal tables work?
What are the different schemas objects that can be created using pl/sql?
How do you update a sql procedure?
What is a relationship and what are they?
How is indexing done in search engines?
What are system versioned tables?