Oracle sql plsql questions
5.93K subscribers
46 photos
11 links
Oracle practice & Interview questions
Download Telegram
If you have any questions/ any one is looking for job support or proxy or training pls reach out to me @vnpraneeth.oracle@gmail.com
SQL Coding Question Of The Day:
This question is continuos to the yday question
SQL / PL/SQL Question Of The Day:
If you have any questions/ any one is looking for job support or proxy or training pls reach out to me @vnpraneeth.oracle@gmail.com
SQL Coding Question Of The Day:
If you have any questions/ any one is looking for job support or proxy or training pls reach out to me @vnpraneeth.oracle@gmail.com
SQL Coding Question Of The Day:
If you have any questions/ any one is looking for job support or proxy or training pls reach out to me @vnpraneeth.oracle@gmail.com
SQL, PL/SQL Coding Question Of the Day : I want to get all the select queries written in the packages. Write a select statement to fech the queries inside a package.
SQL Coding Question Of The Day:
SQL Coding Question Of The Day:
If you have any questions/ any one is looking for job support or proxy or training pls reach out to me @vnpraneeth.oracle@gmail.com
SQL / PL/SQL Question Of the Day:
I need to update the country_code , bank_name in the given table.
Criteria : It should be done at the account number level.
If both are null then take the most recent data for the account number and update it
Input Data
Expected Output
If you have any questions/ any one is looking for job support or proxy or training pls reach out to me @vnpraneeth.oracle@gmail.com
SQL & PL/SQL question of the Day: Write a query and function to display first character of a given string in a lower case and remaining characters in the word should be in upper case. For example: my string is " welcome to oracle family".
Expected output : wELCOME tO oRACLE fAMILY
SQL / PLSQL question Of The Day : What is the difference between constraints and triggers and in which scenario will use constraints and triggers explain with an example?