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

UNPIVOT Oracle 11g feature

August 18, 2024October 28, 2019 Viswanath A

Learn how to transpose columns to rows using oracle UNPIVOT clasuse UNPIVOT clause allows transpose columns to rows. UNPIVOT is purely opposite to PIVOT clause

Read More
Uncategorized

Placeholder Attribute in HTML

August 18, 2024October 28, 2019 Viswanath A

Learn how to write a short hints in the input fields for user understanding when filling any application. Placeholder Attribute in HTML- Placeholder is an

Read More
Oracle PL SQL

Oracle INSTR function

August 18, 2024October 29, 2019 Viswanath A

Learn how to find the position of a sub string from the main string with oracle INSTR function with example queries. INSTR –tells the position

Read More
Oracle PL SQL

Oracle SUBSTR function

August 18, 2024October 29, 2019 Viswanath A

Learn how to find a sub string from the main string using oracle SUBSTR function The SUBSTR() function returns a substring from the str starting

Read More
Oracle PL SQL

Oracle-Regular Expression

August 18, 2024October 30, 2019 Viswanath A

Learn about pattern matching and pattern to be searched for within a longer piece of text. Regular Expression A sequence of symbols and characters expressing

Read More
Oracle PL SQL

REGEXP_LIKE – oracle regular expression

August 18, 2024January 28, 2023 Viswanath A

Learn how to retrieve the matching strings from the table using pattern matching with regular expressions. The Oracle REGEXP_LIKE condition allows you to perform regular

Read More
Oracle PL SQL

REGEXP_INSTR Oracle Regular Expression.

August 18, 2024November 7, 2019 Viswanath A

Learn how to find the position of a matching character or a matching string from the input string using INSTR function with example queries. REGEXP_INSTR

Read More
Oracle PL SQL

REGEXP_SUBSTR oracle 10g feature

August 18, 2024November 11, 2019 Viswanath A

Learn how extract a sub-string from the given input string with example queries. REGEXP_SUBSTR function is an extension of the SUBSTR function. REGEXP_SUBSTR extractS a

Read More
Oracle PL SQL

REGEXP_COUNT – Oracle 11g feature

August 18, 2024November 11, 2019 Viswanath A

Learn how to count the number of occurrences of the given sub-string present in the input string with example queries. REGEXP_COUNT returns the number of

Read More
Oracle PL SQL

REGEXP_REPLACE oracle 10g feature

August 18, 2024November 11, 2019 Viswanath A

Learn how to replace a string with another string using REGEXP_REPLACE with example queries. REGEXP_REPLACE -replace all occurrences of a substring that match a regular

Read More

Posts pagination

Previous 1 … 15 16 17 … 19 Next

My Unique Books for YOU

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