Computer Science, asked by adarshanshuman7718, 10 hours ago

Steps to view a table in database​

Answers

Answered by khanSafwan
1

Answer:

Step 1: Click 'File' and select 'Open' option from the drop-down menu. Open window will appear.

Step 2: Browse and select your database. Click Open button. The database will open.

Step 3: All the tables of the database are shown in the left pane. Double click on the desired table.

The table will open on the right pane.

pls mark me brainliest it's a bold request also follow me

Answered by ImpressAgreeable4985
0

Then issue one of the following SQL statement:

Show all tables owned by the current user: SELECT table_name FROM user_tables;

Show all tables in the current database: SELECT table_name FROM dba_tables;

Show all tables that are accessible by the current user:

Similar questions