DataBase
文章平均质量分 80
Rick_technology
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Chapter2 Database Environment
Chapter2 Database Environment2.1The Three-Level ANSI-SPARC Architecturethe ANSI-SPARC (the american national standards institute (ANSI)Standards Planning and Requirement Committee(SPARC))architect原创 2014-07-16 12:56:09 · 1000 阅读 · 0 评论 -
MySql-pratices
CREATE TABLE players(playerno int not null,namechar(15) not null,initials char(3) not null,birth_date date,sex char(1) not null,joined smallint not null,street varchar(30) not null,h原创 2014-07-16 13:03:24 · 676 阅读 · 0 评论 -
Chapter7 SQL:Data Definition
Chapter7 SQL:Data Definition7.1.2SQL Scalar Data TypesBoolean dataCharacter dataBit dataThe format for specifying the bit data:BIT[VARYING][length]7.1.2Exact Numeric DataAn exact numer原创 2014-07-16 12:19:39 · 835 阅读 · 0 评论 -
Chapter1 Introduction to Databases
Chapter1 Introduction to Databases1.1IntroductionFor the purpose of this discussion,we consider database to be a collection ofrelate data and a database base management system to be the software原创 2014-07-15 15:18:33 · 696 阅读 · 0 评论 -
Chapter3 Database Architecuture and the Web
Chapter3 Database Architecuture and the Web3.1.6Middlewareis a generic term used to describe software that mediates with othersoftware and allow for communication between disparate applications原创 2014-07-15 17:25:40 · 549 阅读 · 0 评论 -
Chapter4 The Relational Model
Chapter4 The Relational Model4.2TerminologyAn relational model is based on the mathematical concept of a relation,whichis phycisally represented as a table.4.2.1Relational Data Structurewe d原创 2014-07-15 22:09:14 · 872 阅读 · 0 评论 -
Chapter5 Relational Algebra and Relational Calculus
Chapter5 Relational Algebra and Relational Calculus5.1The Relational AlgebraThe relational algebra is a theoretical language with operations that work onone or more relations to define another r原创 2014-07-16 03:06:52 · 1413 阅读 · 0 评论 -
Chapter6 SQL:Data Manipulation
Chapter6 SQL:Data ManipulationThrough this and the next two chapters,we use the following extended form ofthe Backus Naur Form(BNF) notation to define SQL statements:• uppercase letters are used原创 2014-07-16 05:24:06 · 780 阅读 · 0 评论
分享