Wiley 978-0-7645-4228-2 Scheda Tecnica

Navigare online o scaricare Scheda Tecnica per Manuali per software Wiley 978-0-7645-4228-2. Wiley SQL Bible, 2nd Edition Manuale Utente

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 24
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 0
SQL and Relational
Database Management
Systems
IN THIS CHAPTER
Understanding databases
Characteristics of a good
database
The database market
Real-life database examples
Brief database history
SQL standards and
implementation differences
I
nformation may be the most valuable commodity in the modern world.
It can take many different forms such as accounting and payroll
information, information about customers and orders, scientific and
statistical data, graphics, or multimedia. We are virtually swamped with
data, and we cannot or at least we’d like to think about it this way
afford to lose it. These days we simply have too much data to keep storing
it in file cabinets or cardboard boxes. The need to store large collections
of persistent data safely, ‘‘slice and dice’’ it efficiently from different angles
by multiple users, and update it easily when necessary is critical for every
enterprise. That need mandates the existence of databases, which accom-
plish all the tasks listed, and then some. To put it simply, a database is just
an organized collection of information with emphasis on ‘‘organized.’’
A more specific definition often used as a synonym for ‘‘database’’ is database
management system (DBMS). That term is wider and, in addition to the stored
information, includes some methods to work with data and tools to maintain it.
DBMS can be defined as a collection of interrelated
data plus a set of programs to access, modify, and
maintain the data. More about DBMS later in this chapter.
Desirable Database
Characteristics
There are many differing ideas about what a database is and what it should
do. Nevertheless, all modern databases should have at least the following
characteristics.
3
COPYRIGHTED MATERIAL
Vedere la pagina 0
1 2 3 4 5 6 ... 23 24

Sommario

Pagina 1 - COPYRIGHTED MATERIAL

SQL and RelationalDatabase ManagementSystemsIN THIS CHAPTERUnderstanding databasesCharacteristics of a gooddatabaseThe database marketReal-life databa

Pagina 2 - Multiuser environment

Part I SQL Basic Concepts and Principlesthem into tables (think of a file cabinet) alleviates the problem somewhat but does not removethe major obstacl

Pagina 3 - User friendliness

SQL and Relational Database Management Systems 1FIGURE 1-1Hierarchical structureROOTCHILD 3/LEVEL 1CHILD 2/LEVEL 1CHILD 1/LEVEL 1CHILD 1/LEVEL 2CHILD

Pagina 4 - Total cost of ownership

Part I SQL Basic Concepts and PrinciplesFIGURE 1-2Hierarchical database exampleORDER_HEADERPRODUCTCUSTOMEREverything works great as long as you are wi

Pagina 5 - Major DBMS Implementations

SQL and Relational Database Management Systems 1FIGURE 1-3Network database exampleORDER HEADERPRODUCTSALESMANCUSTOMERIn addition to the ability to han

Pagina 6 - TABLE 1-1

Part I SQL Basic Concepts and PrinciplesThe common misconception is that the term ‘‘relational’’ comes from the relation-ships between tables. In fact

Pagina 7 - Real-Life Database Examples

SQL and Relational Database Management Systems 1The process of grouping the relevant data together, eliminating redundancies alongthe way, is calledno

Pagina 8 - Health care provider database

Part I SQL Basic Concepts and Principleswarn you if you create a table without defining a primary key. Some purists go even further, spec-ifying that t

Pagina 9 - Database Legacy

SQL and Relational Database Management Systems 1The development of relational databases was driven by the needs of big businesses for a mediumto gathe

Pagina 10 - Hierarchical databases

Part I SQL Basic Concepts and PrinciplesXML is discussed in Chapter 15, ‘‘XML and SQL.’’XML first became a part of SQL standards in 2003. SQL:2003 cont

Pagina 11 - Hierarchical structure

SQL and Relational Database Management Systems 1add 10 identical records for Wile Electronics Inc., completely redundant except for the shippingaddres

Pagina 12 - Network databases

Part I SQL Basic Concepts and PrinciplesSufficient capacityA database’s primary function is to store large amounts of information. For example, an orde

Pagina 13 - Relational Databases

Part I SQL Basic Concepts and PrinciplesFIGURE 1-6Primary/foreign key relationship between tablesCUSTOMERCUST_ID_NCUST_NAME_SADDRESSADDR_ID_NADDR_CUST

Pagina 14 - ACME.DBO.CUSTOMER

SQL and Relational Database Management Systems 1computer language to access the data. The problem was that IBM already had declared its ownproduct, ca

Pagina 15 - Primary key

Part I SQL Basic Concepts and Principlesdevelopments. In 1984, the standard was redesigned to be more generic, to allow for morediversity among databa

Pagina 16 - Invasion of RDBMS

SQL and Relational Database Management Systems 1SQL:1999 (SQL3)SQL:1999 represented the next step in SQL standards development. The efforts to define t

Pagina 17 - Other DBMS Models

Part I SQL Basic Concepts and PrinciplesAs of this writing, all major database vendors (Oracle, DB2, and Microsoft SQLServer) have at least partial co

Pagina 18 - ELECTRONICS INC

SQL and Relational Database Management Systems 1ScalabilityDatabases must be flexible and easily adaptable to changing business needs. That primarilyme

Pagina 19 - FIGURE 1-5

Part I SQL Basic Concepts and PrinciplesSelecting Your Database SoftwareEvery single DBMS on the market follows essentially the same basic principles.

Pagina 20 - FIGURE 1-7

SQL and Relational Database Management Systems 1Skills are a different story. Database expertise is a costly thing and usually is in short supply.On a

Pagina 21 - SQL-86/87 (SQL1)

Part I SQL Basic Concepts and Principlesthe American National Standards Institute (ANSI) and the International Organization for Stan-dardization (ISO)

Pagina 22 - SQL-92 (SQL2)

SQL and Relational Database Management Systems 1Real-Life Database ExamplesTo say that databases are everywhere would be an understatement. They virtu

Pagina 23 - SQL:2008

Part I SQL Basic Concepts and PrinciplesSee Appendix B and Appendix F for more detailed descriptions of the ACME sampledatabase and how to install it.

Pagina 24

SQL and Relational Database Management Systems 1Scientific databaseA database for genome research and related research in molecular and cellular biolog

Commenti su questo manuale

Nessun commento