Explain the methods used to protect source code of pl/sql.


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More SQL PLSQL Interview Questions

suppose we have values like 1 5 7 in a colum.Now we want numbers like(2 3 4 6) that exists between 1 5 7.How can we do this using sql query??

5 Answers   Keane India Ltd,


how to rename an existing column in a table? : Sql dba

0 Answers  


i have a customer table. trans_id trans_date trans_amt debit_credit_indicator 001 01-JAN-13 1099 cr 001 12-JAN-13 500 db 002 24-FEB-13 400 db 002 23-MAR-13 345 cr 001 18-APR-13 800 cr 002 15-MAR-13 600 db 001 12-FEB-13 200 cr i want like this output. trans_id trans_amt debit_credit_indicator i want get highest credit amount and lowest credit amount and highest debit amount and lowest debit amount for each trans_id.

2 Answers   Oracle,


How can i insert data inro a table with 3 columns using FORALL?

2 Answers   Oracle,


Is it possible to use LONG columns in WHERE clause or ORDER BY?

3 Answers  






what are the different type of sql's statements ? : Sql dba

0 Answers  


Which join is like an inner join?

0 Answers  


what is a tablespace? : Sql dba

0 Answers  


how to use regular expression in pattern match conditions? : Sql dba

0 Answers  


What is the difference between clustered and non-clustered index in sql?

0 Answers  


Can a table have no primary key?

0 Answers  


Do prepared statements prevent sql injection?

0 Answers  


Categories