Computer Science, asked by Kevitho, 2 months ago

Where are all database objects listed in?​

Answers

Answered by DynamiteAshu
2

Answer:

We can use system catalog view sys. objects to view all objects in a SQL database. It has a column type that contains the object category. For example, if we want to search only for the user-defined table, we use 'U' value for the type column.

Answered by sarthakdixit446
1

Answer:

To view all objects in the Navigation Pane, click on the Navigation Pane menu and select "All Access Objects" from the popup menu. Now the Navigation Pane should display all of the tables, queries, forms, reports, and modules that are in your database.

Similar questions