Home  >  Article  >  Database  >  How to add data in navicat

How to add data in navicat

爱喝马黛茶的安东尼
爱喝马黛茶的安东尼Original
2019-08-13 14:26:3119604browse

How to add data in navicat

Open Navicat.

How to add data in navicat

Open the database where the data table is located, right-click the database table where you want to add records, and then click [Open Table].

How to add data in navicat

Related recommendations: "Navicat for mysql graphic tutorial"

At this time, it is displayed that the database table already has data, in the example There is no record.

How to add data in navicat

# Directly enter the information of the first record in the table. General fields can be entered directly.

How to add data in navicat

For foreign key fields, you can directly select the optional value and click [OK].

How to add data in navicat

Click the check mark below to apply the changes, thus completing the addition of the first record.

How to add data in navicat

Click [ ] below to add multiple records in the same way.

How to add data in navicat

The above is the detailed content of How to add data in navicat. For more information, please follow other related articles on the PHP Chinese website!

Statement:
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