Type Here to Get Search Results !

SQL QUARY

 

1. To list all tables in the current schema:

sql

SELECT table_name FROM user_tables;

To clear the screen:

CLEAR SCREEN;

Post a Comment

0 Comments