官术网_书友最值得收藏!

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: "Database views are created using the CREATE VIEW statement. "

A block of code is set as follows:

import java.sql.Connection; 
import java.sql.DriverManager; 
import java.sql.Statement; 
import java.sql.ResultSet; 
import java.sql.SQLException;

Any command-line input or output is written as follows:

CREATE VIEW view_name AS
SELECT column1, column2
FROM table_name
WHERE [condition];

New terms and important words are shown in bold.

Note

Warnings or important notes appear in a box like this.

Tip

Tips and tricks appear like this.

主站蜘蛛池模板: 瑞金市| 廉江市| 娄底市| 临桂县| 铜山县| 瑞安市| 镇安县| 勃利县| 黄浦区| 安泽县| 合阳县| 钟祥市| 西宁市| 牡丹江市| 大宁县| 富锦市| 郯城县| 新田县| 旬邑县| 涞源县| 普陀区| 义乌市| 天祝| 永新县| 泰兴市| 陇南市| 九台市| 红河县| 甘孜县| 晋宁县| 湖北省| 榕江县| 任丘市| 祥云县| 连州市| 息烽县| 拉孜县| 三门峡市| 平顶山市| 临高县| 龙胜|