Skip to content

Interview Sansar

Software jobs interview preparation source

  • Home
  • Interview Questions
    • C Interview Questions
    • C++ Advanced Interview Questions
    • C++ Basic Interview Questions
    • Core Java Interview Questions
    • Java Collections Interview Questions
    • Java Multithreading Interview Questions
    • C# Basic Interview Questions
    • C# Advanced Interview Questions
    • C# Multi-threading Interview Questions
  • MCQs
    • MCQ-C++
    • MCQ-Java
    • MCQ-SQL
    • MCQs Algorithms and Data Structure
  • Programming Examples
    • C Programming Examples
    • C++ Programming Examples
    • C# Programming Examples
    • SQL Examples
    • Oracle PL SQL Examples
    • Time Complexity
  • Blog
    • C++ interview questions
    • C# interview questions
    • Java Interview Questions
    • Short Interview Questions
    • Behavioural / HR Interview
  • You-Tube
  • About
    • Why Visit
    • Sitemap
    • Contact Us
    • e-author
Oracle PL SQL

Difference between Procedure and Function in PL SQL

August 18, 2024January 29, 2023 Viswanath A

Difference between Procedure and Function – Learn how to create a procedure and function with example Programs and also learn basic difference between procedure and

Read More
Oracle PL SQL

Difference between NVL NVL2 NULLIF and COALESCE functions

August 18, 2024April 17, 2019 Viswanath A

Learn about NULL value functions like NVL, NVL2, NULLIF and COALESCE functions with simple explanation and example queries. NVL Replace NULL value with another value or

Read More
Oracle PL SQL

Select distinct Values without using DISTINCT keyword

August 18, 2024January 29, 2023 Viswanath A

Distinct Values – Learn how to select distinct values in a table with and Without using SQL DISTINCT keyword with example queries. Below is the DUP_VALUES_TBL 

Read More
Oracle PL SQL

Difference between Delete Truncate and Drop commands

August 18, 2024January 29, 2023 Viswanath A

Delete Truncate and Drop -Learn basic differences between Delete Truncate and Drop commands with examples. DELETE TRUNCATE DROP DML command DDL command DDL command Need

Read More
Oracle PL SQL

SQL Merge statement

August 18, 2024April 7, 2019 Viswanath A

SQL Merge statement – Learn how to insert, delete and update the records into the table using single statement. MERGE-statement made for situations when you want

Read More
Oracle PL SQL

Oracle Unique constraint vs Unique Index

August 18, 2024January 29, 2023 Viswanath A

Oracle Unique constraint vs Unique Index- Learn about unique constraint and unique index  creation and their difference with example programs. For brief discussion about unique

Read More
C# Programming Examples

C Sharp Program to subtract 2 numbers without using arithmetic operators.

August 18, 2024December 30, 2018 Viswanath A

Subtract 2 numbers without using arithmetic operators – Learn how to subtract 1 from a given input number and also learn how to subtract 2

Read More
C# Programming Examples

C Sharp program to Find the contiguous sub array with Maximum sum

August 18, 2024December 26, 2018 Viswanath A

Given an array of N integers.Find the contiguous sub array with Maximum sum. Contiguous sub array means sub-array with sequence index like (0,1,2..) or(1,2,3…) INPUTN:Size

Read More
Oracle PL SQL

Instead of Triggers

August 18, 2024January 29, 2023 Viswanath A

Instead of Triggers -Learn how  when to  use instead of Triggers  with programming Example. When you are not allowed modify a view directly then you

Read More
Oracle PL SQL

Complex views in oracle

August 18, 2024December 22, 2018 Viswanath A

Complex Views – Learn how to create complex views , when can we update views and when we cannot update views with example Programs. Complex

Read More

Posts pagination

Previous 1 … 10 11 12 … 66 Next

My Unique Books for YOU

All Rights Reserved 2023: Interview Sansar.
Proudly powered by WordPress | Theme: Fairy Blog by Candid Themes.