SlideShare a Scribd company logo
Interview Question
manishtiwarise.blogspot.in
1
Oracle PLSQL
manishtiwarise.blogspot.in
2
Presentation By
Manish Tiwari,
Assistant Professor,
Software Engineer,
Computer Science and Application
2. WhatsApp: ?
manishtiwarise.blogspot.in
3
4. Blog: manishtiwarise.blogspot.in
3. Email: tiwarikmanish@gmail.com
1. Twitter: @manishtiwarise
5. Slide Share: https://www.slideshare.net/tiwarikmanish
Find Notes at
manishtiwarise.blogspot.in
4
Today’s Agenda
3. Interview Questions for Oracle PLSQL
manishtiwarise.blogspot.in
5
1. Tell me about yourself ?
manishtiwarise.blogspot.in
6
Q. 2. What is difference between Anonymous block and Named Block ?
Anonymous Block:
Named Blocked:
Answer is
manishtiwarise.blogspot.in
7
Q. 3 What are the different types of the cursor ?
manishtiwarise.blogspot.in
8
Q. 4 What are the ref cursor?
manishtiwarise.blogspot.in
9
Q. 5 What is trigger ?
manishtiwarise.blogspot.in
10
Q. 6 How many types of trigger are in the oracle database?
manishtiwarise.blogspot.in
11
Q. 7 What is mutating errors?
manishtiwarise.blogspot.in
12
Q. 8 What is difference between procedure and function?
manishtiwarise.blogspot.in
13
Q. 8 How many types of trigger are in the oracle database?
manishtiwarise.blogspot.in
14
Q. 9 What are predefined exception, name any two?
manishtiwarise.blogspot.in
15
Q. 10 Explain substr function?
manishtiwarise.blogspot.in
16
Q. 11 Explain instr function ?
manishtiwarise.blogspot.in
17
Q. 12 Write a code to count number of commas in string “A,B,C,D,” .
manishtiwarise.blogspot.in
18
Q. 13 What is different between %Type and %RowType ?
%rowtype: This is structure is used to define records like
table or views. This contains single for entire database
object.
Answer is
%type: It is used to define individual field of database.
manishtiwarise.blogspot.in
19
Q. 14 How many triggers can be applied on table?
12 triggers.
Answer is
manishtiwarise.blogspot.in
20
Q. 15 What is different between package specification and
package body ?
Package Specification: It contains only definition of
database objects like variable, records types, procedure and
function etc.
Answer is
Package Body: This contains actual code.
manishtiwarise.blogspot.in
21
Q. 16 What is different types of cursor?
1. Implicit Cursor
2. Explicit Cursor
Answer is
manishtiwarise.blogspot.in
22
Q. 17 What is pragma autonomous transaction?
Answer is
manishtiwarise.blogspot.in
23
Q. 18 Can we use commit in trigger ?
No, There is no need to use commit in trigger because
trigger are auto committed.
Answer is
manishtiwarise.blogspot.in
24
Q. 19 Can we call procedure into function ?
Answer is
manishtiwarise.blogspot.in
25
Q. 20 What is partition?
Answer is
manishtiwarise.blogspot.in
26
Q. 21 Name some predefined package used in oracle
Answer is
DBMS_OUTPUT, DBMS_UTILITY, DBMS_STATS,
DBMS_PIPE etc
Thank You
Job Router and All the
participant for listening me
silently
manishtiwarise.blogspot.in
27

More Related Content

Similar to Interview Question, Oracle PLSQL, PLSQL Developer

Oracle qstns
Oracle qstnsOracle qstns
Oracle qstns
ranjitwoonna
 
Wk3 questions
Wk3 questionsWk3 questions
Wk3 questions
RavingTiger
 
Testing softvamp techno solutions technical interview questions for 1year exp...
Testing softvamp techno solutions technical interview questions for 1year exp...Testing softvamp techno solutions technical interview questions for 1year exp...
Testing softvamp techno solutions technical interview questions for 1year exp...
SoftvampTechnoSoluti
 
Best interview questions
Best interview questionsBest interview questions
Best interview questions
Thesis Scientist Private Limited
 
Dot net softvamp techno solutions_technical interview questions 2 years exper...
Dot net softvamp techno solutions_technical interview questions 2 years exper...Dot net softvamp techno solutions_technical interview questions 2 years exper...
Dot net softvamp techno solutions_technical interview questions 2 years exper...
SoftvampTechnoSoluti
 
"Grokking System Design interview for Front-end engineer", Oleksii Levzhynskyi
"Grokking System Design interview for Front-end engineer", Oleksii Levzhynskyi "Grokking System Design interview for Front-end engineer", Oleksii Levzhynskyi
"Grokking System Design interview for Front-end engineer", Oleksii Levzhynskyi
Fwdays
 
20 iOS developer interview questions
20 iOS developer interview questions20 iOS developer interview questions
20 iOS developer interview questions
Arc & Codementor
 
Online supply inventory system
Online supply inventory systemOnline supply inventory system
Online supply inventory system
Arman Ahmed
 
Agile Business Day 2020 - Refinement - Unlock the full potential of your refi...
Agile Business Day 2020 - Refinement- Unlock the full potential of your refi...Agile Business Day 2020 - Refinement- Unlock the full potential of your refi...
Agile Business Day 2020 - Refinement - Unlock the full potential of your refi...
Derk-Jan de Grood
 
Java interview question
Java interview questionJava interview question
Java interview question
varatharajanrajeswar
 
Interview questions
Interview questionsInterview questions
Interview questions
swatiba
 
3104328 software-testing-interview-questions
3104328 software-testing-interview-questions3104328 software-testing-interview-questions
3104328 software-testing-interview-questions
Raghavendra Kudal
 
interviewbit.pdf
interviewbit.pdfinterviewbit.pdf
interviewbit.pdf
BasavarajaG8
 
Manual Tester To Automation Tester
Manual Tester To Automation Tester Manual Tester To Automation Tester
Manual Tester To Automation Tester
Kalyan Katuru
 
Dot Net Accenture
Dot Net AccentureDot Net Accenture
Dot Net Accenture
Sri K
 
reactjs interview questions.pdf
reactjs interview questions.pdfreactjs interview questions.pdf
reactjs interview questions.pdf
rohityadav23214
 
Latest .Net Questions and Answers
Latest .Net Questions and Answers Latest .Net Questions and Answers
Latest .Net Questions and Answers
Narasimhulu Palle
 
Software Engineering Past Papers Notes
Software Engineering Past Papers Notes Software Engineering Past Papers Notes
Software Engineering Past Papers Notes
MuhammadTalha436
 
Quick test professional certifcation questions and tutorial2
Quick test professional certifcation questions and tutorial2Quick test professional certifcation questions and tutorial2
Quick test professional certifcation questions and tutorial2
Ramu Palanki
 
Technology in financial services
Technology in financial servicesTechnology in financial services
Technology in financial services
Luis Caldeira
 

Similar to Interview Question, Oracle PLSQL, PLSQL Developer (20)

Oracle qstns
Oracle qstnsOracle qstns
Oracle qstns
 
Wk3 questions
Wk3 questionsWk3 questions
Wk3 questions
 
Testing softvamp techno solutions technical interview questions for 1year exp...
Testing softvamp techno solutions technical interview questions for 1year exp...Testing softvamp techno solutions technical interview questions for 1year exp...
Testing softvamp techno solutions technical interview questions for 1year exp...
 
Best interview questions
Best interview questionsBest interview questions
Best interview questions
 
Dot net softvamp techno solutions_technical interview questions 2 years exper...
Dot net softvamp techno solutions_technical interview questions 2 years exper...Dot net softvamp techno solutions_technical interview questions 2 years exper...
Dot net softvamp techno solutions_technical interview questions 2 years exper...
 
"Grokking System Design interview for Front-end engineer", Oleksii Levzhynskyi
"Grokking System Design interview for Front-end engineer", Oleksii Levzhynskyi "Grokking System Design interview for Front-end engineer", Oleksii Levzhynskyi
"Grokking System Design interview for Front-end engineer", Oleksii Levzhynskyi
 
20 iOS developer interview questions
20 iOS developer interview questions20 iOS developer interview questions
20 iOS developer interview questions
 
Online supply inventory system
Online supply inventory systemOnline supply inventory system
Online supply inventory system
 
Agile Business Day 2020 - Refinement - Unlock the full potential of your refi...
Agile Business Day 2020 - Refinement- Unlock the full potential of your refi...Agile Business Day 2020 - Refinement- Unlock the full potential of your refi...
Agile Business Day 2020 - Refinement - Unlock the full potential of your refi...
 
Java interview question
Java interview questionJava interview question
Java interview question
 
Interview questions
Interview questionsInterview questions
Interview questions
 
3104328 software-testing-interview-questions
3104328 software-testing-interview-questions3104328 software-testing-interview-questions
3104328 software-testing-interview-questions
 
interviewbit.pdf
interviewbit.pdfinterviewbit.pdf
interviewbit.pdf
 
Manual Tester To Automation Tester
Manual Tester To Automation Tester Manual Tester To Automation Tester
Manual Tester To Automation Tester
 
Dot Net Accenture
Dot Net AccentureDot Net Accenture
Dot Net Accenture
 
reactjs interview questions.pdf
reactjs interview questions.pdfreactjs interview questions.pdf
reactjs interview questions.pdf
 
Latest .Net Questions and Answers
Latest .Net Questions and Answers Latest .Net Questions and Answers
Latest .Net Questions and Answers
 
Software Engineering Past Papers Notes
Software Engineering Past Papers Notes Software Engineering Past Papers Notes
Software Engineering Past Papers Notes
 
Quick test professional certifcation questions and tutorial2
Quick test professional certifcation questions and tutorial2Quick test professional certifcation questions and tutorial2
Quick test professional certifcation questions and tutorial2
 
Technology in financial services
Technology in financial servicesTechnology in financial services
Technology in financial services
 

More from Manish Tiwari

Oracle SQL, Job Roles, Certification, DML Statement
Oracle SQL, Job Roles, Certification, DML StatementOracle SQL, Job Roles, Certification, DML Statement
Oracle SQL, Job Roles, Certification, DML Statement
Manish Tiwari
 
Global Software Development, Work Outsourcing, Global Software Industry
Global Software Development, Work Outsourcing, Global Software IndustryGlobal Software Development, Work Outsourcing, Global Software Industry
Global Software Development, Work Outsourcing, Global Software Industry
Manish Tiwari
 
Wavelet, Wavelet Image Compression, STW, SPIHT, MATLAB
Wavelet, Wavelet Image Compression, STW, SPIHT, MATLABWavelet, Wavelet Image Compression, STW, SPIHT, MATLAB
Wavelet, Wavelet Image Compression, STW, SPIHT, MATLAB
Manish Tiwari
 
Java Program Structure
Java Program StructureJava Program Structure
Java Program Structure
Manish Tiwari
 
Java Interface
Java InterfaceJava Interface
Java Interface
Manish Tiwari
 
Java Array String
Java Array StringJava Array String
Java Array String
Manish Tiwari
 
Java Inheritance
Java InheritanceJava Inheritance
Java Inheritance
Manish Tiwari
 
1 blogging manish_tiwari
1 blogging manish_tiwari1 blogging manish_tiwari
1 blogging manish_tiwari
Manish Tiwari
 

More from Manish Tiwari (8)

Oracle SQL, Job Roles, Certification, DML Statement
Oracle SQL, Job Roles, Certification, DML StatementOracle SQL, Job Roles, Certification, DML Statement
Oracle SQL, Job Roles, Certification, DML Statement
 
Global Software Development, Work Outsourcing, Global Software Industry
Global Software Development, Work Outsourcing, Global Software IndustryGlobal Software Development, Work Outsourcing, Global Software Industry
Global Software Development, Work Outsourcing, Global Software Industry
 
Wavelet, Wavelet Image Compression, STW, SPIHT, MATLAB
Wavelet, Wavelet Image Compression, STW, SPIHT, MATLABWavelet, Wavelet Image Compression, STW, SPIHT, MATLAB
Wavelet, Wavelet Image Compression, STW, SPIHT, MATLAB
 
Java Program Structure
Java Program StructureJava Program Structure
Java Program Structure
 
Java Interface
Java InterfaceJava Interface
Java Interface
 
Java Array String
Java Array StringJava Array String
Java Array String
 
Java Inheritance
Java InheritanceJava Inheritance
Java Inheritance
 
1 blogging manish_tiwari
1 blogging manish_tiwari1 blogging manish_tiwari
1 blogging manish_tiwari
 

Recently uploaded

S1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptxS1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptx
tarandeep35
 
Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...
Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...
Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...
National Information Standards Organization (NISO)
 
How to Add Chatter in the odoo 17 ERP Module
How to Add Chatter in the odoo 17 ERP ModuleHow to Add Chatter in the odoo 17 ERP Module
How to Add Chatter in the odoo 17 ERP Module
Celine George
 
How to Make a Field Mandatory in Odoo 17
How to Make a Field Mandatory in Odoo 17How to Make a Field Mandatory in Odoo 17
How to Make a Field Mandatory in Odoo 17
Celine George
 
RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3
RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3
RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3
IreneSebastianRueco1
 
Cognitive Development Adolescence Psychology
Cognitive Development Adolescence PsychologyCognitive Development Adolescence Psychology
Cognitive Development Adolescence Psychology
paigestewart1632
 
Smart-Money for SMC traders good time and ICT
Smart-Money for SMC traders good time and ICTSmart-Money for SMC traders good time and ICT
Smart-Money for SMC traders good time and ICT
simonomuemu
 
Digital Artifact 1 - 10VCD Environments Unit
Digital Artifact 1 - 10VCD Environments UnitDigital Artifact 1 - 10VCD Environments Unit
Digital Artifact 1 - 10VCD Environments Unit
chanes7
 
Community pharmacy- Social and preventive pharmacy UNIT 5
Community pharmacy- Social and preventive pharmacy UNIT 5Community pharmacy- Social and preventive pharmacy UNIT 5
Community pharmacy- Social and preventive pharmacy UNIT 5
sayalidalavi006
 
Pride Month Slides 2024 David Douglas School District
Pride Month Slides 2024 David Douglas School DistrictPride Month Slides 2024 David Douglas School District
Pride Month Slides 2024 David Douglas School District
David Douglas School District
 
How to Fix the Import Error in the Odoo 17
How to Fix the Import Error in the Odoo 17How to Fix the Import Error in the Odoo 17
How to Fix the Import Error in the Odoo 17
Celine George
 
MARY JANE WILSON, A “BOA MÃE” .
MARY JANE WILSON, A “BOA MÃE”           .MARY JANE WILSON, A “BOA MÃE”           .
MARY JANE WILSON, A “BOA MÃE” .
Colégio Santa Teresinha
 
BBR 2024 Summer Sessions Interview Training
BBR  2024 Summer Sessions Interview TrainingBBR  2024 Summer Sessions Interview Training
BBR 2024 Summer Sessions Interview Training
Katrina Pritchard
 
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
PECB
 
World environment day ppt For 5 June 2024
World environment day ppt For 5 June 2024World environment day ppt For 5 June 2024
World environment day ppt For 5 June 2024
ak6969907
 
What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...
What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...
What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...
GeorgeMilliken2
 
Azure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHatAzure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHat
Scholarhat
 
Pengantar Penggunaan Flutter - Dart programming language1.pptx
Pengantar Penggunaan Flutter - Dart programming language1.pptxPengantar Penggunaan Flutter - Dart programming language1.pptx
Pengantar Penggunaan Flutter - Dart programming language1.pptx
Fajar Baskoro
 
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Dr. Vinod Kumar Kanvaria
 
PIMS Job Advertisement 2024.pdf Islamabad
PIMS Job Advertisement 2024.pdf IslamabadPIMS Job Advertisement 2024.pdf Islamabad
PIMS Job Advertisement 2024.pdf Islamabad
AyyanKhan40
 

Recently uploaded (20)

S1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptxS1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptx
 
Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...
Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...
Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...
 
How to Add Chatter in the odoo 17 ERP Module
How to Add Chatter in the odoo 17 ERP ModuleHow to Add Chatter in the odoo 17 ERP Module
How to Add Chatter in the odoo 17 ERP Module
 
How to Make a Field Mandatory in Odoo 17
How to Make a Field Mandatory in Odoo 17How to Make a Field Mandatory in Odoo 17
How to Make a Field Mandatory in Odoo 17
 
RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3
RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3
RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3
 
Cognitive Development Adolescence Psychology
Cognitive Development Adolescence PsychologyCognitive Development Adolescence Psychology
Cognitive Development Adolescence Psychology
 
Smart-Money for SMC traders good time and ICT
Smart-Money for SMC traders good time and ICTSmart-Money for SMC traders good time and ICT
Smart-Money for SMC traders good time and ICT
 
Digital Artifact 1 - 10VCD Environments Unit
Digital Artifact 1 - 10VCD Environments UnitDigital Artifact 1 - 10VCD Environments Unit
Digital Artifact 1 - 10VCD Environments Unit
 
Community pharmacy- Social and preventive pharmacy UNIT 5
Community pharmacy- Social and preventive pharmacy UNIT 5Community pharmacy- Social and preventive pharmacy UNIT 5
Community pharmacy- Social and preventive pharmacy UNIT 5
 
Pride Month Slides 2024 David Douglas School District
Pride Month Slides 2024 David Douglas School DistrictPride Month Slides 2024 David Douglas School District
Pride Month Slides 2024 David Douglas School District
 
How to Fix the Import Error in the Odoo 17
How to Fix the Import Error in the Odoo 17How to Fix the Import Error in the Odoo 17
How to Fix the Import Error in the Odoo 17
 
MARY JANE WILSON, A “BOA MÃE” .
MARY JANE WILSON, A “BOA MÃE”           .MARY JANE WILSON, A “BOA MÃE”           .
MARY JANE WILSON, A “BOA MÃE” .
 
BBR 2024 Summer Sessions Interview Training
BBR  2024 Summer Sessions Interview TrainingBBR  2024 Summer Sessions Interview Training
BBR 2024 Summer Sessions Interview Training
 
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
 
World environment day ppt For 5 June 2024
World environment day ppt For 5 June 2024World environment day ppt For 5 June 2024
World environment day ppt For 5 June 2024
 
What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...
What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...
What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...
 
Azure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHatAzure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHat
 
Pengantar Penggunaan Flutter - Dart programming language1.pptx
Pengantar Penggunaan Flutter - Dart programming language1.pptxPengantar Penggunaan Flutter - Dart programming language1.pptx
Pengantar Penggunaan Flutter - Dart programming language1.pptx
 
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
 
PIMS Job Advertisement 2024.pdf Islamabad
PIMS Job Advertisement 2024.pdf IslamabadPIMS Job Advertisement 2024.pdf Islamabad
PIMS Job Advertisement 2024.pdf Islamabad
 

Interview Question, Oracle PLSQL, PLSQL Developer