- Python API Development Fundamentals
- Jack Chan Ray Chung Jack Huang
- 213字
- 2021-06-11 12:56:27
Databases
You have probably heard of the term database before. It is basically a data storage system. But why do we need a system to store data? Why can't we just store everything in a text file and save that in the folder system? Apparently, a database does more than just storing data. It classifies and organizes data and helps to store it with less redundancy. It also makes data easier to maintain, making it more it secure and consistent. A database is usually managed by a database management system (DBMS)
Database Management System
A DBMS is an application that maneuvers and manages a database. It facilitates communication between the users and the database. Users can create, use, and maintain the database using this application.
A DBMS is crucial for data security and integrity. Popular database software and DBMSs include PostgreSQL, MySQL, Microsoft SQL Server, MariaDB, and Oracle Database. Most DBMSs use structured query language (SQL) to insert and extract data.
In this book, we will be using PostgreSQL as our backend database system. And we will also use pgAdmin, which is a tool for managing PostgreSQL. PostgreSQL is a powerful, open-source object-relational database management system with a 15-year history. It is well recognized as a result of its stability and data integrity.
- 微商之道
- Modern JavaScript Web Development Cookbook
- 互聯網安全的40個智慧洞見:2015年中國互聯網安全大會文集
- 面向云平臺的物聯網多源異構信息融合方法
- Wireshark網絡分析就這么簡單
- 中小型局域網組建、管理與維護實戰
- 射頻通信系統
- 物聯網技術與應用
- C/C++串口通信:典型應用實例編程實踐
- jQuery Mobile Web Development Essentials
- 端到端QoS網絡設計
- Getting Started with Memcached
- Practical Web Penetration Testing
- 信息技術安全評估準則:源流、方法與實踐
- 從物聯到萬聯:Node.js與樹莓派萬維物聯網構建實戰