101. How to search for the first N record? Select * from Employee WHERE ROWNUM
106. How do I add 2 years when giving an existing date? SELECT Add_MontHS (Sysdate, 24) from Dual; 107. What does it mean for negative value? IT IS "HARMLESS". 108. What does Connect String refers to what? should be the service name in tnsnames.ora 109. How to expand how to expand REDO log size? Create a temporary Redolog group, then switch the log, delete the previous log, and create a new log. 110. Is the TABLESPACE not greater than 4G? There is no limit.