Untitled Document
Untitled Document
What is Databases
database is an organized collection of data or a type of data store based on the use of a
database management system (DBMS), the software that interacts with end users,
applications, and the database itself to capture and analyze the data. The DBMS
additionally encompasses the core facilities provided to administer the database. The
sum total of the database, the DBMS and the associated applications can be referred to
as a database system. Often the term "database" is also used loosely to refer to any of
the DBMS, the database system or an application associated with the database
Small databases can be stored on a file system, while large databases are hosted on
computer clusters or cloud storage. The design of databases spans formal techniques
and practical considerations, including data modeling, efficient data representation and
storage, query languages, security and privacy of sensitive data, and distributed
computing issues, including supporting concurrent access and fault tolerance.
Together, these elements make ERDs a powerful tool for understanding and designing
database structures clearly and effectively.
Teacher id Name
T01 Mr James
T02 Mr Clara
Customer id Name
C001 Selam
C002 Weynshet
Orders Table:
1. Storing Data:
Users can directly enter, view, or edit data through the table view in Access.
Conclusion:
The Table object is the foundation of any Microsoft Access database. It is used for
storing, organizing, and managing data efficiently and is central to all other database
operations like forms, queries, and reports.