Thursday, October 10, 2019

Oracle 11g Database: Online terminal to practice SQL

Oracle 11g Database terminal online
The tables ones created here remains there for ever, so never forget the names of the tables created by you here, else you will not be able to access it again.
If you remember the table names created by you , you can use it again any time in future.

Example I created a table names 'studentsCSE'

I must remember the name 'studentsCSE' to use it again anytime in future.

Once you write a command, then comment that line by prefixing '--', if you do not want that command to be re-executed along with the new commands, in the current execution.

No comments:

Post a Comment

Query for finding high dividend paying stocks

 Post the following query in Screen.in, to get list of high dividend yield stocks: Dividend yield > 6 AND Dividend last year > 1000 AN...