- 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.
推薦閱讀
- Unity 2020 By Example
- CentOS 7 Server Deployment Cookbook
- Vue.js快跑:構建觸手可及的高性能Web應用
- Getting Started with CreateJS
- C/C++常用算法手冊(第3版)
- PostgreSQL Replication(Second Edition)
- Mastering Apache Spark 2.x(Second Edition)
- 飛槳PaddlePaddle深度學習實戰
- Getting Started with Gulp
- Access 2010數據庫應用技術(第2版)
- Node.js開發指南
- Android應用開發深入學習實錄
- 軟件體系結構
- 硬件產品設計與開發:從原型到交付
- Visual Basic程序設計全程指南