- SQL Server 2014 Development Essentials
- Basit A. Masood Al Farooq
- 158字
- 2021-09-03 10:07:24
Conventions
In this book, you will find a number of styles of text 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: "Each row in the Customer
table represents an individual customer."
A block of code is set as follows:
[default] DECLARE @Table2 TABLE ( COL1 [int], COL2 [varchar](30), COL3 [datetime], INDEX [ixc_col3] CLUSTERED (col3) WITH (FILLFACTOR=80), INDEX [ixnc_col1_col2] NONCLUSTERED (col1, col2) WITH (FILLFACTOR=80) );
New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in the text like this: "Right-click on User-Defined Data Types and choose New User-Defined Data Type."
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.
- 數(shù)據(jù)庫系統(tǒng)原理及MySQL應(yīng)用教程(第2版)
- Learn Blockchain Programming with JavaScript
- 我的第一本算法書
- Neo4j Essentials
- 人臉識別原理及算法:動(dòng)態(tài)人臉識別系統(tǒng)研究
- Blockly創(chuàng)意趣味編程
- 常用工具軟件立體化教程(微課版)
- Building Wireless Sensor Networks Using Arduino
- C++程序設(shè)計(jì)教程
- JQuery風(fēng)暴:完美用戶體驗(yàn)
- Angular Design Patterns
- Software Development on the SAP HANA Platform
- 計(jì)算機(jī)組裝與維護(hù)(第二版)
- WCF技術(shù)剖析(卷1)
- Splunk Essentials