What are the different objects of database?
Answers
Answered by
11
Answer:
Some of the examples of database objects are : view, sequence, indexes, etc.
- Table – Basic unit of storage; composed rows and columns.
- View – Logically represents subsets of data from one or more tables.
- Sequence – Generates primary key values.
- Index – Improves the performance of some queries.
plz mark as brain list
Answered by
4
Table – Basic unit of storage; composed rows and columns
View – Logically represents subsets of data from one or more tables
Sequence – Generates primary key values
Index – Improves the performance of some queries
Synonym – Alternative name for an object
Different database Objects :
Table – This database object is used to create a table in database.
HOPE IT HELPS
View – Logically represents subsets of data from one or more tables
Sequence – Generates primary key values
Index – Improves the performance of some queries
Synonym – Alternative name for an object
Different database Objects :
Table – This database object is used to create a table in database.
HOPE IT HELPS
Similar questions