- Spring 5.0 Projects
- Nilang Patel
- 134字
- 2021-07-02 12:34:54
Understanding the database structure
If you don't have MySQL installed, head over to the MySQL link (https://dev.mysql.com/downloads/installer) to install it and populate it with the world database, if it is not already available. The appendix will also guide you on how to run the queries using MySQL Workbench and MySQL command-line tool.
The world database schema is depicted in the following diagram:

The database schema is simple, containing three tables as follows:
- city: List of cities mapped to the three character country coded in the country table.
- country: List of countries where the primary key is the three character country code. There is a column that has the ISO country code.
- countrylanguage: List of languages mapped to the country with one of the languages of the country marked as official.
推薦閱讀
- 物聯(lián)網(wǎng)與北斗應(yīng)用
- FreeSWITCH 1.2
- 物聯(lián)網(wǎng)工程規(guī)劃技術(shù)
- 物聯(lián)網(wǎng)識別技術(shù)
- Oracle SOA Suite 11g Performance Tuning Cookbook
- 農(nóng)產(chǎn)品物聯(lián)網(wǎng)研究與應(yīng)用
- 物聯(lián)網(wǎng)時代
- 互聯(lián)網(wǎng)安全的40個智慧洞見:2014年中國互聯(lián)網(wǎng)安全大會文集
- 區(qū)塊鏈輕松上手:原理、源碼、搭建與應(yīng)用
- 物聯(lián)網(wǎng)之霧:基于霧計算的智能硬件快速反應(yīng)與安全控制
- 夢工廠之材質(zhì)N次方:Maya材質(zhì)手冊
- 物聯(lián)網(wǎng)工程概論
- 物聯(lián)網(wǎng)
- 智慧城市中的物聯(lián)網(wǎng)技術(shù)
- Python API Development Fundamentals