TAILIEUCHUNG - MySQL Administrator's Bible- P6

Với tập trung đặc biệt vào việc phát hành lớn tiếp theo của MySQL, nguồn tài nguyên này cung cấp một khuôn khổ vững chắc cho bất cứ ai mới vào MySQL hoặc chuyển từ một nền tảng cơ sở dữ liệu, cũng như các quản trị MySQL kinh nghiệm. Các bộ đôi tác giả cao hồ sơ cung cấp bảo hiểm thiết yếu của các nguyên tắc cơ bản của phạm vi bảo hiểm cơ sở dữ liệu quản lý, bao gồm cả cách tiếp cận độc đáo MySQL của các tính năng cơ sở dữ liệu cơ bản. | MySQL Data Types 5 Summary This chapter has discussed The standard data types as defined by the ISO SQL 2003 standard and which standard data types MySQL supports The non-standard data types MySQL adds The storage requirements allowed values data range and definable attributes for each possible data type How MySQL handles invalid data and how you can change that behavior All of the possible values for sql_mode and what each sql_mode does Benefits and consequences of using NULL values How to use PROCEDURE ANALYSE to find an optimal data type for existing data 217 In SQL theory a key is a data constraint such as a unique key or foreign key. On the other hand an index is an implementation detail provided to be able access a limited set of data more quickly. MySQL has keys that act as data constraints and indexes that make a small amount of table data readily accessible in a certain order. MySQL allows key constraints and indexes to be applied to a single data field or to more than one data field. A key constraint or index applied to one data field is a simple key constraint or index on more than one data field is a composite key constraint or index. Looking at Keys and Indexes Unique key constraints in MySQL UNIQUE KEY and PRIMARY KEY limit the data in a table by allowing only one set of values for the indexed data. A foreign key constraint FOREIGN KEY limits the data in a table by requiring that the set of values for the indexed data match data from outside the table. Regular indexes INDEX FULLTEXT INDEX SPATIAL INDEX and unique indexes UNIQUE KEY and PRIMARY KEY create an object separate from a table with its own data structure using data from the table. This allows looking up those values to be simpler. Because UNIQUE KEY and PRIMARY KEY function as both keys and indexes the term key is sometimes used interchangeably with the term index. We use the term key when we refer to a constraint and index when we refer to a separate structure primarily used for faster .

TỪ KHÓA LIÊN QUAN
TAILIEUCHUNG - Chia sẻ tài liệu không giới hạn
Địa chỉ : 444 Hoang Hoa Tham, Hanoi, Viet Nam
Website : tailieuchung.com
Email : tailieuchung20@gmail.com
Tailieuchung.com là thư viện tài liệu trực tuyến, nơi chia sẽ trao đổi hàng triệu tài liệu như luận văn đồ án, sách, giáo trình, đề thi.
Chúng tôi không chịu trách nhiệm liên quan đến các vấn đề bản quyền nội dung tài liệu được thành viên tự nguyện đăng tải lên, nếu phát hiện thấy tài liệu xấu hoặc tài liệu có bản quyền xin hãy email cho chúng tôi.
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.