- MariaDB Essentials
- Emilien Kenler Federico Razzoli
- 115字
- 2021-07-09 21:39:15
Chapter 2. Databases and Tables
In the previous chapter, we learned how to install and update MariaDB, and we started playing with mysql
, its command-line client. In this chapter, we will learn how to create the data structures on which we want to work. We will use the MariaDB server that we installed in the previous chapter, and use the already explained command-line client. We will also create an example database that will be used in the rest of the book.
In particular, we will cover the following topics:
- Working with databases
- Working with tables
- Data types
- Character sets and collations
- Storage engines
- Indexing
- Using comments
- Working with metadata
- Creating an install script
推薦閱讀
- Visual Basic .NET程序設計(第3版)
- Computer Vision for the Web
- Building a RESTful Web Service with Spring
- Blockly創意趣味編程
- R的極客理想:工具篇
- Access 2010數據庫應用技術(第2版)
- Unity 2018 Shaders and Effects Cookbook
- Android開發三劍客:UML、模式與測試
- Learning YARN
- Bootstrap for Rails
- Oracle數據庫編程經典300例
- Nagios Core Administration Cookbook(Second Edition)
- C指針原理揭秘:基于底層實現機制
- Spring Microservices
- C#.NET程序設計