Popular Books:
Data Literals
Describes how to enter data into programs as data literals for different datatypes. 2022-10-01, ∼281🔥, 0💬
SQL and Database Terminologies
This section provides brief descriptions of terminologies related to SQl and database. 2022-10-01, ∼278🔥, 0💬
Clustered Index Used by InnoDB Engine
This section describbes the Clustered Index data structure used by the InnoDB engine to stored indexed data rows of a table in MySQL server. 2022-10-01, ∼277🔥, 0💬
Table Column Types for Approximate Numbers
Describes 3 types of table columns to store approximate numbers: FLOAT, REAL and DOUBLE PRECISION. 2022-10-01, ∼276🔥, 0💬
Scopes of System Variables: Global and Session
This section describes global and session scopes of system variables. GLOBAL and SESSION keywords can be used to separate system variable scopes. 2022-10-01, ∼274🔥, 0💬
JOIN - Operation to Join Two Tables
Describes JOIN operations to join two tables in different ways: CROSS JOIN, INNER JOIN, LEFT OUTER JOIN, RIGHT OUTER JOIN. 2022-10-01, ∼271🔥, 0💬
What Is InnoDB Storage Engine
This section describes the InnoDB storage engine, the default storage engine in the newer versions of MySQL server. 2022-10-01, ∼271🔥, 0💬
Table Column Types for Date and Time Values
Describes 6 types of table columns to store date and time values: TIME, DATE, TIMESTAMP, TIME WITH TIME ZONE, TIMESTAMP WITH TIME ZONE, and INTERVAL. 2022-10-01, ∼270🔥, 0💬
Getting Driver and Server Information
Describes how to get JDBC driver and database information through the DatabaseMetaData object. 2022-10-01, ∼269🔥, 0💬
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, ∼266🔥, 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, ∼265🔥, 0💬
References
This section provides a list of reference materials used in this book. 2022-10-01, ∼265🔥, 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, ∼263🔥, 0💬
Popular Posts:
This section describes the default 'new' ratio (size ratio of tenured vs. 'new' generation).
This web site provides a collection of about 40 free tutorial books on programming languages, Web ap...
When is the Chinese Valentine's Day? How is it celebrated? What are the traditions? The Chinese Vale...
This section provides a tutorial example on how to list all device driver services with 'sc.exe' Ser...
This section describes commands and options supported by the 'adb' tool. The 'adb help' command can ...