My experience working with RDBMS Oracle: solving problems, tricks, code examples, understanding how Oracle works, database theory and so on
SQL> SELECT 'Hello, world' h 2 FROM DUAL; H ------------ Hello, world
No comments:
Post a Comment