- Learning PostgreSQL
- Salahaldin Juba Achim Vannahme Andrey Volkov
- 161字
- 2021-04-02 20:32:10
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: "The customer_service
associates the customer and the service relations."
A block of code is set as follows:
<hibernate-mapping package="carportal" schema="carportal_app"> <class name="Account" table="account"> <id name="accountID" column="account_id"> <generator class="identity"/> </id>
Any command-line input or output is written as follows:
SELECT first_name, last_name, service_id FROM customer AS c CROSS JOIN customer_service AS cs WHERE c.customer_id=cs.customer_id AND c.customer_id = 3;
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "Another option is to use a Linux emulator such as Cygwin and MobaXterm."
推薦閱讀
- GAE編程指南
- Python爬蟲(chóng)開(kāi)發(fā):從入門(mén)到實(shí)戰(zhàn)(微課版)
- Python金融數(shù)據(jù)分析
- Web全棧工程師的自我修養(yǎng)
- HTML5入門(mén)經(jīng)典
- Java Web開(kāi)發(fā)詳解
- 0 bug:C/C++商用工程之道
- 新一代SDN:VMware NSX 網(wǎng)絡(luò)原理與實(shí)踐
- Android開(kāi)發(fā)三劍客:UML、模式與測(cè)試
- 軟件工程基礎(chǔ)與實(shí)訓(xùn)教程
- ActionScript 3.0從入門(mén)到精通(視頻實(shí)戰(zhàn)版)
- 小程序從0到1:微信全棧工程師一本通
- C語(yǔ)言程序設(shè)計(jì)實(shí)踐
- Scratch編程從入門(mén)到精通
- Android從入門(mén)到精通