Home > Database > SQL > body text

What is the relationship between tables and databases in access?

烟雨青岚
Release: 2020-07-06 16:57:37
Original
21571 people have browsed it

The relationship between tables and databases in access is: a database can contain multiple tables. Access is a database management system that manages information through various database objects; these objects are all stored in the same database file. A database can have multiple tables, and tables can have relationships or be independent of each other.

What is the relationship between tables and databases in access?

The relationship between tables and databases in access is: a database can contain multiple tables.

As a database management system, Access manages information through various database objects.

There are 7 types of database objects in Access, and table is one of them. These objects provided by Access are all stored in the same database file. In Access, a database can contain multiple tables, and the tables can be related or independent of each other.

Knowledge Expansion

Microsoft Office Access is a relational database management system released by Microsoft. It combines the two features of MicrosoftJet Database Engine and graphical user interface, and is one of the system programs of Microsoft Office.

Microsoft Office Access is a database management system that Microsoft combines the graphical user interface of the database engine with software development tools. It is a member of Microsoft Office and is sold separately in office versions including Professional and higher versions.

On September 25, 2018, the latest Microsoft Office Access 2019 was released in Microsoft Office 2019.

MS ACCESS stores data in its own format in an Access Jet-based database engine. It can also directly import or link data stored in other applications and databases.

Software developers and data architects can use Microsoft Access to develop application software, and "power users" can use it to build software applications.

Like other office applications, ACCESS supports the Visual Basic macro language, which is an object-oriented programming language that can reference a variety of objects, including DAO (Data Access Objects), ActiveX Data Objects, and many others ActiveX component.

Visual objects are used to display tables and reports. Their methods and properties are in the VBA programming environment. VBA code modules can declare and call Windows operating system functions.

Recommended tutorial: "sql video tutorial"

The above is the detailed content of What is the relationship between tables and databases in access?. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!