Oracle sql plsql questions
5.93K subscribers
46 photos
11 links
Oracle practice & Interview questions
Download Telegram
Question : Why rowid is the fastest way to access the data from the table?
SQL Question Of The Day: What is the difference between trunc and round? Explain with a use case.
SQL Coding Question Of The Day:
Select trunc(11.456,2) as result1 , round(11.456.2) as result2 from dual
Anonymous Quiz
14%
11.46 & 11.46
16%
11.45 & 11.45
47%
11.45 & 11.46
11%
11.46 & 11.45
13%
None of the above