- 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:

推薦閱讀
- ASP.NET Web API:Build RESTful web applications and services on the .NET framework
- Getting started with Google Guava
- 程序員面試筆試寶典
- 樂高機(jī)器人設(shè)計(jì)技巧:EV3結(jié)構(gòu)設(shè)計(jì)與編程指導(dǎo)
- Learning SQLite for iOS
- INSTANT OpenNMS Starter
- Kubernetes源碼剖析
- ExtJS Web應(yīng)用程序開發(fā)指南第2版
- Visual Basic程序設(shè)計(jì)全程指南
- UI設(shè)計(jì)基礎(chǔ)培訓(xùn)教程(全彩版)
- Java Web開發(fā)基礎(chǔ)與案例教程
- Java 9:Building Robust Modular Applications
- 樹莓派開發(fā)從零開始學(xué):超好玩的智能小硬件制作書
- 編寫高質(zhì)量代碼之Java(套裝共2冊(cè))
- Java算法從菜鳥到達(dá)人