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

Author: Viswanath A

Oracle PL SQL Uncategorized

Replace oracle function

August 18, 2024November 12, 2019 Viswanath A

Learn how to replace matching string with another string using replace function with example queries. REPLACE function replaces a search string with replacement string. Syntax

Read More
Oracle PL SQL

Translate oracle function

August 18, 2024November 12, 2019 Viswanath A

Learn how perform one to one character replacement using translate function with example queries. TRANSLATE function performs character to character replacement and returns a string

Read More
Oracle PL SQL

Oracle DATE data type

August 18, 2024November 13, 2019 Viswanath A

Learn how to convert a date in string format to a string Date format using TO_DATE function and Date literal formats. Also Learn how to

Read More
Oracle PL SQL

Oracle TIMESTAMP data type

August 18, 2024November 18, 2019 Viswanath A

Learn how to use a Time stamp data type ,how to convert a Time stamp in string format to a string Timestamp format using TO_TIMESTAMP

Read More
Oracle PL SQL

Extract function with DATE TIME data type values

August 18, 2024November 19, 2019 Viswanath A

Learn how to extract a DAY,MONTH,YEAR,HOUR,MINUTE AND SECOND from a date time data type values. EXTRACT function extracts a date or a timestamp and returns

Read More
Oracle PL SQL

SQL practice test queries on Employee data in relational table

August 18, 2024December 3, 2019 Viswanath A

Learn how to write SQL queries for questions given below. Queries are based on the Employee and Incentives tables given below. Let’s prepare the both

Read More
Oracle PL SQL

Row limiting clause TOP ROWNUM LIMIT FETCH

August 18, 2024January 28, 2023 Viswanath A

Learn how to fetch top N rows using SQL TOP, ROWNUM, LIMIT, FETCH clauses with example queries. Row Limiting clause is useful to limit the

Read More
Oracle PL SQL

Remove duplicate records using dynamic SQL

August 18, 2024January 28, 2023 Viswanath A

Learn how to remove duplicate records present in a table with standard sql queries and also dynamic sql with example queries. For base table reference

Read More
Oracle PL SQL

Identify columns with NULL values

August 18, 2024December 30, 2019 Viswanath A

Learn how to identify the columns present with NULL values in the table with example queries. There can be different ways to identify the columns

Read More
C# Advanced Interview Questions

can we create derived class object from base class c#

August 18, 2024January 1, 2020 Viswanath A

Answer: No. In general, When we create object of a class, its reference is stored in stack memory and object is stored in heap and

Read More

Posts pagination

Previous 1 … 16 17 18 19 Next

My Unique Books for YOU

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