- 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
推薦閱讀
- Boost.Asio C++ Network Programming(Second Edition)
- Advanced Machine Learning with Python
- 青少年美育趣味課堂:XMind思維導圖制作
- Java開發入行真功夫
- Rust Cookbook
- Python完全自學教程
- 編寫高質量代碼:改善Objective-C程序的61個建議
- Python物理建模初學者指南(第2版)
- 計算機常用算法與程序設計教程(第2版)
- INSTANT EaselJS Starter
- Python Django Web從入門到項目實戰(視頻版)
- 高性能MVVM框架的設計與實現:San
- Java Web 從入門到項目實踐(超值版)
- Web前端開發精品課:HTML5 Canvas開發詳解
- Kivy Blueprints