Popular Books:
What Is a Stored Procedures
Describes what is a stored procedure - is an executable program that is stored in the database server. 2022-10-01, ∼285🔥, 0💬
Operations and Functions for Character Strings
Describes operations and functions for character strings, sequences of characters from predefined character sets. 2022-10-01, ∼282🔥, 0💬
References
This section provides a list of reference materials used in this book. 2022-10-01, ∼282🔥, 0💬
Accessing MySQL Servers from Perl Programs
A tutorial example is provided on what programs and modules are needed to access MySQL servers from Perl programs, and how to install them. 2022-10-01, ∼281🔥, 0💬
ALTER TABLE - Statement to Alter Table Structures
A tutorial example is provided on how to use ALTER TABLE statements to add, delete, modify, columns and indexes. 2022-10-01, ∼280🔥, 0💬
What Is Expression
This section provides quick introductions of main expression categories: numeric, character string, bit string, data and time, and time interval. 2022-10-01, ∼279🔥, 0💬
Table Column Types for Character Strings
Describes 4 types of table columns to store character strings: CHAR, VARCHAR, NCHAR and NCHAR VARYING. 2022-10-01, ∼279🔥, 0💬
Date and Time Functions
Describes some commonly used date and time functions like, CURRENT_DATE(), CURRENT_TIME(), and EXTRACT(). 2022-10-01, ∼278🔥, 0💬
Creating Connections with DataSource Class
Describes how to create connection objects with the DataSource class. 2022-10-01, ∼277🔥, 0💬
Data Binary Representations
Describes how data of each datatype is represented in binary forms. SQL supports multiple binary representations of the same datatype using different storage sizes. 2022-10-01, ∼277🔥, 0💬
Data Literal Evaluation
Describes how data literals will be evaluated into values of particular datatypes based on the expression context. 2022-10-01, ∼277🔥, 0💬
SELECT Statements
A tutorial example is provided on how to use SELECT statements to retrieve from database as multiple rows and multiple fields in each row. 2022-10-01, ∼277🔥, 0💬
Bulk Delete with a Simple Condition
This section provides a tutorial example on bulk deletion with a simple condition on a large table. 2022-10-01, ∼276🔥, 0💬
Introduction of Datatype
This section provides quick introductions of datatypes supported by SQL: Character String, Bit String, Exact Number, Approximate Number, Date and Time. 2022-10-01, ∼274🔥, 0💬
Column Options When Creating Tables
A tutorial example is provided on how to use different column options like, NULL, UNIQUE, DEFAULT, PRIMARY KEY, when creating new tables. 2022-10-01, ∼271🔥, 0💬
Popular Posts:
This section provides a quick introduction of the GB2312 character set for simplified Chinese charac...
Where to find lucky wedding dates for year 2036? Lucky Wedding Dates: 2036 - Year of the Dragon ⇒ ...
This section provides a tutorial example on how to copy PDF files to the Android emulator's file sys...
This section provides a quick description of how to save VBScript code into separate files and inclu...
This chapter provides notes and tutorial examples on UTF-32, UTF-32BE and UTF-32LE encodings. Topics...