# About This Book

*邱國欣*

*2021-11-30*

本書為<[入門數據分析，掌握Hive SQL取數能力](http://hahow.in/cr/andyrockhive)>課程教學使用書籍，課程介紹如何使用Hive SQL進行數據查詢、資料清洗與處理、庫/表的操作，並介紹大數據與數據倉庫(Data Warehouse)概念。面向初級數據分析人員。

本課程已上架Hahow，考量學員權益，本書將在不影響整體架構下進行部分內容精簡，完整內容可至平台付費獲取、並配合教學影片、數據與Hadoop環境使用。

課程難度度至可解題Leetcode SQL Hard等級，相關題目可參閱<[Hands-On Leetcode Database Solution with Hive SQL](https://chiu-kuohsin.gitbook.io/leetcode-database-solution-with-hive-sql/)>此書

如果您對課程有興趣，歡迎至[Hahow平台](https://hahow.in/cr/andyrockhive)了解課程相關內容。

### 如何使用本書？

對於初級人員或其他相關職能者(例如行銷、產品經理)，可以透過本書對Hive及數據分析有基礎認知，若以分析工作為職業發展方向，建議配合線上課程系統學習、打下比較穩固的基礎。

對於中高級同行，本書內容覆蓋大多數分析場景，也是絕佳的參考資料。

本書主要借鑒了官方文檔及個人經驗撰寫而成，由於Hadoop生態豐富且持續迭代，難免存在疏漏或理解不到位的地方，若您有任何疑問或是發現錯誤，還請指正！


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://chiu-kuohsin.gitbook.io/hivesqlbook/introduction/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
