- Real Time Analytics with SAP HANA
- Vinay Singh
- 140字
- 2021-07-09 21:20:51
The SAP HANA SQLscript
In the following section, we will learn about the SAP HANA SQLscript and see the additional capabilities it brings along with it.
Why SQLscript?
SQLscript is a collection of extensions in Structured Query Language (SQL). The main motivation for SQLscript is to push data intensive application logic into the database, which was not being done in the classical approach where the application logic is mostly executed in an application layer.
We have the following extensions for SQLscript:

How different is an SQLscript in SAP HANA from classical SQL queries?
Let's do a comparative study between an SQLscript in SAP HANA and classical SQL queries to find out what the point of differences are, as shown in the following table:

The following figure shows you a graphical comparison of the classical approach and the SAP HANA approach:

推薦閱讀
- 兩周自制腳本語言
- Mastering Selenium WebDriver
- 單片機(jī)C語言程序設(shè)計(jì)實(shí)訓(xùn)100例:基于STC8051+Proteus仿真與實(shí)戰(zhàn)
- 區(qū)塊鏈架構(gòu)與實(shí)現(xiàn):Cosmos詳解
- 我的第一本算法書
- Flux Architecture
- Web程序設(shè)計(jì)(第二版)
- Learn React with TypeScript 3
- Elasticsearch for Hadoop
- 焊接機(jī)器人系統(tǒng)操作、編程與維護(hù)
- Apache Spark 2.x for Java Developers
- Keras深度學(xué)習(xí)實(shí)戰(zhàn)
- 21天學(xué)通C++(第5版)
- ArcGIS for Desktop Cookbook
- 零基礎(chǔ)學(xué)C語言程序設(shè)計(jì)