| Other SQL PLSQL Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| can we create index on index? | iFlex | 3 |
| how can i read files from a pl/sq l program | | 3 |
| scope of exception handling in plsql | Wipro | 2 |
| I WANT INFORMATION ABOUT SAS SOFTWARE USING FINANCIAL
COMPANIES LIST, PLESE GIVE ME DETAILS ABOUT | AOL | 1 |
| difference between pl/sql table and normal pl/sql table | | 2 |
| How to delete same emp id in sql query for exmaple in emp
table emp id, empname, emp address. for example emp id =5,
repeated in two times in rows same id how to delete same
empid please any one of the write query send in my id | CGCI | 7 |
| Given two tables Student(SID, Name, Course) and Level(SID,
level) write the SQL statement to get the name and SID of
the student who are taking course = 3 and at freshman level. | Oracle | 5 |
| What are the components of a PL/SQL block ? | | 1 |
| How are multiple column = value pairs delimited in the SET
clause of an UPDATE statement?
1. With commas (SET price = 0, status = 'I')
2. With parentheses (SET (price = 0) (status = 'I'))
3. With double-pipes (SET price = 0 || status = 'I')
4. With square-brackets (SET [price = 0] [status = 'I']
5. With single or multiple spaces (SET price = 0 status
= 'I')
| | 2 |
| What is the best strategy to use COMMIT in a pl/sql loop? | | 2 |
| what is ref cursor in pl/sql? | | 3 |
| what is sql and plsql | | 4 |
| Is it possible to use Transaction control Statements such a
ROLLBACK or COMMIT in Database Trigger ? Why ? | | 3 |
| what is julian date in oracle | | 1 |
| What is normalization and types of normalization? | Microsoft | 3 |
| What is difference between a Cursor declared in a procedure
and Cursor declared in a package specification ? | | 1 |
| if i perform any operation on views such as insert, delete
etc will my base table get affected????? | | 3 |
| what are Dynamic SQL statements? | | 5 |
| Why you are not able to create a table using select
command,if it is having a LONG column?
for eg:create table test as select * from test1
here test1 containg a column having LONG datatype... | | 1 |
| how to retrieve the top 3 salaries of the table using rownum | Oracle | 15 |
| |
| For more SQL PLSQL Interview Questions Click Here |