In relational database design, a relationship is where two or more tables are linked together because they contain related data. This enables users to run queries for related data across multiple tables.
Relationships are a key element in relational database design.
RDBMS stands for Relational Database Management System.
An RDBMS is a particular type of DBMS that uses a relational model for its databases. An RDBMS therefore enables you to create relationaldatabases.
Relational database management systems have become the most popular type of database system. Most major database management systems are relational. Popular examples include Microsoft Access, SQL Server, Oracle Database, MySQL, FileMaker, PostgreSQL, and more below.
Clicking the “Table” icon from the “CREATE” tab creates a new table.
Those two steps create a blank table.
Once you’ve created your table, you will need to add fields (these will contain the data). You will also need to specify the type of data that the fields will contain (eg, text, number, date, etc).
You can also add extra rules about the type of data that can be entered into each field (eg, that phone numbers should be entered this way, dates should be entered that way, etc), as well as other properties for each field.
In Microsoft Access 2013 & 2016, you can create a database straight from the Welcome screen or from the work area. You can create either a blank database, or a database from a template.
Create a Blank Database
From the Welcome Screen
When you first open Access, the Welcome screen is displayed. You can create your database straight from here.
Click Blank desktop database
Name the database at the prompt and click Create
Your new database will have one table called “Table1”. You can modify this table to your needs. You can also create new tables and other database objects.