- 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概率統(tǒng)計
- Mastering Ubuntu Server
- 零基礎(chǔ)學(xué)Python數(shù)據(jù)分析(升級版)
- Web Development with MongoDB and Node(Third Edition)
- SSM開發(fā)實戰(zhàn)教程(Spring+Spring MVC+MyBatis)
- Mastering Akka
- Windows Phone 8 Game Development
- INSTANT Apache Hive Essentials How-to
- INSTANT PLC Programming with RSLogix 5000
- Visual C#(學(xué)習(xí)筆記)
- Kotlin入門與實戰(zhàn)
- Python AI游戲編程入門:基于Pygame和PyTorch
- 競技游戲設(shè)計實戰(zhàn)指南:MOBA+RTS+TCG+FPS
- Objective-C入門教程
- Mastering Kali Linux for Advanced Penetration Testing(Second Edition)