- Advanced Oracle PL/SQL Developer's Guide(Second Edition)
- Saurabh K. Gupta
- 185字
- 2021-08-20 10:43:49
Conventions
In this book, you will find a number of styles of text 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: "The modified SELECT
query is then executed in the HR schema of the database."
A block of code is set as follows:
/*Create the stored procedure to set the context attribute*/ CREATE OR REPLACE PROCEDURE p_app_context (p_val VARCHAR2) IS BEGIN /*Create a namespace DEMO_CONTEXT*/ DBMS_SESSION.SET_CONTEXT( NAMESPACE => 'DEMO_CONTEXT', ATTRIBUTE => 'COUNTRY', VALUE => P_VAL); END; /
New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in the text like this: "This is how interpreted compilation works. In the case of native compilation,, a sharable dynamic linked library (DLL) is generated instead of a machine code."
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.
- 簡單高效LATEX
- Android Application Development Cookbook(Second Edition)
- Java開發(fā)入行真功夫
- 老“碼”識途
- Full-Stack React Projects
- 微服務(wù)架構(gòu)深度解析:原理、實(shí)踐與進(jìn)階
- OpenResty完全開發(fā)指南:構(gòu)建百萬級別并發(fā)的Web應(yīng)用
- Julia for Data Science
- Mastering AWS Security
- PrimeFaces Blueprints
- Web程序設(shè)計:ASP.NET(第2版)
- Modernizing Legacy Applications in PHP
- Clojure High Performance Programming(Second Edition)
- 高效使用Greenplum:入門、進(jìn)階與數(shù)據(jù)中臺
- SAS編程演義