Class_1_RDBMS_第1页
Class_1_RDBMS_第2页
Class_1_RDBMS_第3页
Class_1_RDBMS_第4页
Class_1_RDBMS_第5页
已阅读5页,还剩6页未读 继续免费阅读

下载本文档

版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领

文档简介

1、UNDERSTANDING RDBMSRDBMSRelational Database Management SystemSpreadsheets vs. DatabasesSpreadsheets vs. Databases Spreadsheets are flat. A spreadsheet has a single table, and common data has to be copied on each row. A relational database can have many tables. A row in a table can reference a row in

2、 a different table, which eliminates duplicated data.DATABASE TABLESDatabaseTable1Table2Table3TABLE STRUCTUREColumn 1(Field 1)Column 2(Field 2)Row 1(Record 1)ValueRow 2(Record 2)DATA VALUE TYPESType NameStorage Occupied/ data valueValid Domain RangeShort Integer2 bytes-35768 to 32767Long Integer4 by

3、tes-2147483648 to 2147483647Float4 bytesAny number from n-45 to n38 Double8 bytesAny number from n-324 to n308Text (string)10 + max. length = bytesAny alphanumeric charactersDate8 bytesJan 1, 100 to Dec. 31 9999LOB (variant)22 + max. length = bytesAny alphanumeric charactersSQL SQL is short for Stru

4、ctured Query Language and is a simple language that provides instructions for building and modifying the structure of databases and for modifying the data stored in the tables. The main commands used to modify and retrieve data Select- Fetches data. Insert- Inserts one or more rows of data. Update-

5、Modifies existing row(s) of data Delete- Deletes rows of data.TWO CLASSES OF SQLTWO CLASSES OF SQLData Manipulation Language (DML) - SQL for retrieving and storing data.Data Manipulation Language (DML) - SQL for retrieving and storing data.Data Design Language (DDL) - SQL for creating, altering and

6、dropping Data Design Language (DDL) - SQL for creating, altering and dropping tables.tables.DATABASES MAKE THESE FOLKS HAPPY .End users and DBMS vendorsDB application programmers e.g. webmastersDatabase administrator (DBA) Designs logical /physical schemas Handles security and authorization Data ava

7、ilability, crash recovery Database tuning as needs evolveIMPLEMENTATION DBA Hardware selection, Working with Network team Tuning the system based on the UAT/QA reports Cloning the base image to text & other types of System Implementing UAT/QA/SANDPRODUCTION DBA Upgrading systems Working with Technical Consultants Audit Checking Pre-Post-Health-Check for changes like patches Performance tu

温馨提示

  • 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
  • 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
  • 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
  • 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
  • 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
  • 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
  • 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

评论

0/150

提交评论