- Real Time Analytics with SAP HANA
- Vinay Singh
- 187字
- 2021-07-09 21:20:50
Conventions
In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "We can include other contexts through the use of the include
directive."
A block of code is set as follows:
CREATE PROCEDURE {schema.}name {({IN|OUT|INOUT} param_name data_type {,...})} {LANGUAGE <LANG>} {SQL SECURITY <MODE>} {READS SQL DATA {WITH RESULT VIEW <view_name>}} AS BEGIN ... END
Any command-line input or output is written as follows:
GRANT SELECT ON SCHEMA <YOUR SCHEMA> TO _SYS_REPO WITH GRANT OPTION; GRANT SELECT ON SCHEMA HANA_DEMO TO _SYS_REPO WITH GRANT OPTION
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "You can see the created procedure below our schema under the Procedures... folder."
推薦閱讀
- 從零構建知識圖譜:技術、方法與案例
- Designing Machine Learning Systems with Python
- Java 9 Concurrency Cookbook(Second Edition)
- R語言游戲數據分析與挖掘
- Scratch 3.0少兒編程與邏輯思維訓練
- Mastering Apache Spark 2.x(Second Edition)
- 常用工具軟件立體化教程(微課版)
- UML2面向對象分析與設計(第2版)
- MySQL 8從零開始學(視頻教學版)
- DB2SQL性能調優秘笈
- Python應用開發技術
- Using Yocto Project with BeagleBone Black
- UI動效設計從入門到精通
- Mastering Machine Learning with scikit-learn
- Java Web入門很輕松(微課超值版)