Disclaimer

Sunday, 18 October 2020

SQLPLUS Features 12.2 and 18c

SQLPLUS Features – 12.2 

History:-


MARKUP CSV on :-




SQLPLUS Features – 18c:

Set Feedback on SQL ID :-




Set Row Limit N :-


Set Linesize Window :-









No comments:

Post a Comment

Why should we always use table aliases in joins?

  Wherever multiple tables are used, always refer to a column by either using an alias or using the fully qualified name. Do not leave the g...