3i-infotech PLSQL Interview Questions
3i-infotech PL/SQL Interview Questions
- Explain about yourself and it experience?
- What are the environments are you worked?
- You have any experience in production?
- You have any experience in unix?
- What is dual? It is database object?
- How many column's and row's contains dual table?
- Select '1'+1 from dual; what is output?
- Select * from emp where comm in (null); Comm=null; what is output?
- How to count no of records in table without count?
- What is height sal whthout using max()?
- Select only those employee information who are earning same salary?
- How to find last inserted records from table?
- Select 'vik'||null||'ram' from dual? What is output?
- I have table, in column data is 'su@re#sh$', now i want to my output is 'suresh'? How to retrive?
- How to retrive top 3 salaries from each departments?
- Can you update complex view? If no, why?
- How to know oracle use my index or not?
- When should rebuild one an index?
- Tell me some errors?
- Tell me some restrictions on cursor variables?
- What is context swithcing?
- What is bulk collect?
- What is nullif()?
- What is mutating error?
- What are the module's , you are working?
- Which will fire default first statement level or row level trigger?
- What is bulkcollect? And any restrictions in bulkcollect?
- What is the use of limit clause in bulkcollect?
- How to debugg your code?
- How to trace error handling?
- How to find which line error was raised?
- What are the methods there in save exceptions?
- What is functional based index? Write syntax?
- How to update complex view?
- Can you alter procedure with in package?
- Is it possible to open cursor which is in package in another procrdure?
- What is substr()&instr()?
- Difference between case and decode?
- Can you use sysdate in check constraints? If no, why?
- Difference between column level constraints&table level constraints?
- What is optimizer?
- What is nested_loop join?
- What is pivot operater?
- Tell me some oracle 10g features?
- What is m_view?
- What is master & detail tables?
- What is sqlcode and sqlerrm?
- Diff b/w procedure & packages?
- What are the dis_adv of packages?
*/
No comments:
Post a Comment