Uncategorized Updates Based on Queries by admin|Published February 1, 2018 SUBQUERY METHOD INLINE VIEW METHOD
Published December 19, 2017 INLINE VIEW An inline view is a SELECT statement in the FROM-clause of another SELECT statement. In the query below the INLINE VIEW is : (SELECT AVG(salary) […]
Published April 13, 2018 Modify existing column with DEFAULT value When you modify existing column with DEFAULT value, then modification to add a DEFAULT value takes effect only from subsequent insertions to […]
Published December 11, 2017 SUM(1) vs SUM(DISTINCT 1) This is a tricky behavior of SUM() function which is going to be tested for sure on the exam; We perceive the main […]
Published November 16, 2017 The format mask can be stretched out but can’t be contracted When we are using a format mask ( for example with TO_NUMBER function ) we have basically three options : 1 We […]