- Real Time Analytics with SAP HANA
- Vinay Singh
- 176字
- 2021-07-09 21:20:50
Chapter 1. Kickoff – Before We Start
This chapter intends to provide context and background to set the base with which we can manipulate the datasets to be used for data modeling. This section tries to act as a refresher that should help you understand and pick up modeling topics faster in upcoming chapters.
We start the chapter with Structured Query Language (SQL)—how we can use it for controlling and manipulating the SAP HANA database objects and data. Then we move on to create SQLscript and learn how to use it effectively. We will also discuss creation and call of procedure step by step in this chapter, which is a good tool for the upcoming topics. We will end the chapter with a detailed discussion on JOINS and how it can be used for connecting tables in SAP HANA.
After completing this chapter you will be able to:
- Understand and use SAP HANA SQL statements
- Create SQLscript and use it
- Create and call a procedure
- Connect tables using SAP HANA specific JOINS
- Kali Linux Web Penetration Testing Cookbook
- TypeScript Blueprints
- 深入淺出Java虛擬機:JVM原理與實戰
- Vue.js快速入門與深入實戰
- Python神經網絡項目實戰
- Visual Basic程序設計實驗指導(第4版)
- Asynchronous Android Programming(Second Edition)
- Scratch趣味編程:陪孩子像搭積木一樣學編程
- Fastdata Processing with Spark
- Raspberry Pi Robotic Projects
- R語言:邁向大數據之路
- Instant AppFog
- Django 3 Web Development Cookbook
- MonoTouch應用開發實踐指南:使用C#和.NET開發iOS應用
- Python GUI設計:tkinter菜鳥編程