Computer Science, asked by AyushSignhh1608, 9 months ago

Which is the database object to view change and analyse data in different ways?

Answers

Answered by ItsSpiderman44
14

Answer:

Different database Objects : Table – This database object is used to create a table in database. View – This database object is used to create a view in database. Sequence – This database object is used to create a sequence in database.

Answered by MotiSani
0

The Query is the database object to view change and analyze data in different ways.

  • This object displays data from one or more tables in a unique way. Queries are a technique of getting data from one or more tables and organizing it.
  • A query is similar to posing a thorough question to your database.
  • When you create a query in Access, you're establishing particular search conditions to locate the data you need.
  • To generate inquiries, you can either utilize the graphical query by example tool in Access or use Structured Query Language (SQL) instructions.
  • Data can be selected, updated, inserted, and deleted using queries.
  • You may also use queries to generate new tables from data in existing ones.
Similar questions