In MySQL, I would just go:
"use <database name>;"
Is there an equivalent in Oracle? Also, how would I list all the tables in my database?
Thanks.
"use <database name>;"
Is there an equivalent in Oracle? Also, how would I list all the tables in my database?
Thanks.
Comment