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

Dynamic Query for PIVOT In Clause using PIVOT XML

August 18, 2024October 25, 2019 Viswanath A

Learn how to write a dynamic sql query in “for PIVOT In Clause”. Generally in “for PIVOT In Clause” only constant values are allowed as

Read More
Oracle PL SQL

Pivot- Oracle 11g feature

August 18, 2024October 24, 2019 Viswanath A

Learn how to converts rows into columns using SQL pivot with Example queries. The PIVOT operator takes data in separate rows, aggregates it and converts

Read More
Oracle PL SQL

LISTAGG Analytic Function Oracle 11g feature

August 18, 2024October 23, 2019 Viswanath A

Learn how to concatenate the column wise values of a table and display the result in a single row using LISTAGG analytical function. LISTAGG function

Read More
Oracle PL SQL

Determine installed version of oracle DB

August 18, 2024October 22, 2019 Viswanath A

Learn how to check the installed version of oracle Database with example queries. Below are the queries to know the release version of oracle database

Read More
Oracle PL SQL

function based Virtual Column

August 18, 2024October 21, 2019 Viswanath A

Learn how to create a function based virtual column with example program. Below is the function that calculate net salary of a employee. Below is

Read More
Oracle PL SQL

Virtual Columns-Oracle 11g feature

August 18, 2024October 18, 2019 Viswanath A

Learn how to create a table with virtual column with Example Program. Before learning about virtual column let’s find the meaning of virtual Meaning of

Read More
Oracle PL SQL

Pl-sql object table

August 18, 2024October 16, 2019 Viswanath A

Learn how to create an object type and use the object type to entire table without creating the additional columns. Also Learn how to perform

Read More
Oracle PL SQL

DML Operations on plsql Object

August 18, 2024January 28, 2023 Viswanath A

Learn how to perform DML operations(INSERT, UPDATE,DELETE,SELECT) on PLSQL objects. refer below URL for plsql object and table reference and for insertion query scripts. Example

Read More
Oracle PL SQL

PL/SQL object type

August 18, 2024October 10, 2019 Viswanath A

Learn how to create an object in pl-sql with example program. A plsql object is a composite type that can be declared once and reuse

Read More
C# Programming Examples

Add Two Numbers Without Arithmetic Operators in C#

August 18, 2024August 12, 2018 Viswanath A

Add Two Numbers Without Arithmetic Operators in C Sharp – Add Two Numbers – Learn how to add 2 numbers without using + operator To calculate

Read More

Posts pagination

Previous 1 … 7 8 9 … 66 Next

My Unique Books for YOU

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