- PostgreSQL Development Essentials
- Manpreet Kaur Baji Shaik
- 132字
- 2021-07-14 10:00:53
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.
推薦閱讀
- Python科學計算(第2版)
- 軟件架構設計:大型網(wǎng)站技術架構與業(yè)務架構融合之道
- ASP.NET Core 5.0開發(fā)入門與實戰(zhàn)
- Mastering Swift 2
- Android Native Development Kit Cookbook
- Python完全自學教程
- 大學計算機基礎實驗指導
- Visual Basic程序設計實驗指導(第二版)
- R用戶Python學習指南:數(shù)據(jù)科學方法
- TMS320LF240x芯片原理、設計及應用
- Emgu CV Essentials
- 愛上C語言:C KISS
- PyQt編程快速上手
- Mastering PowerCLI
- SQL Server 2008實用教程(第3版)