- 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.
推薦閱讀
- DevOps with Kubernetes
- Python機器學習:數據分析與評分卡建模(微課版)
- Dynamics 365 Application Development
- Developing Mobile Web ArcGIS Applications
- Java加密與解密的藝術(第2版)
- 精通Scrapy網絡爬蟲
- Python高效開發實戰:Django、Tornado、Flask、Twisted(第3版)
- SharePoint Development with the SharePoint Framework
- C語言程序設計
- Unity 2018 Shaders and Effects Cookbook
- AutoCAD 2009實訓指導
- Spring MVC+MyBatis開發從入門到項目實踐(超值版)
- 工業機器人離線編程
- Sails.js Essentials
- Node.js區塊鏈開發