zoukankan      html  css  js  c++  java
  • Introduction

    1.Oracle 9i 面向对象:

             User-defined data types and objects .

             Support of multimedia and large objects .

    2.三层架构

             Browser-based client .

             Application server .

             Database .

    3.System Development life cycle

             Strategy and analysis ( Study and analyze the business requirements , draw thebussiness process diagram and DFD = data flow diagram )

             Design ( Design the database , draw the ER diagram )

             Build and Document ( build the prototype system , for example : create tables , develop user documentation , help text  )

             Transition ( Refine the prototype , Somebody start to test the application , Make any modifications required . )

             Production ( Roll out the system to users , monitor its performance , and enhance and refine the system )

    4.Entity Relationship model ( ER diagram ) ***

    5.SQL statement

             Select Data ( retrieve ) .

             Insert , update , delete , merge (Data manipulation language DML )

             Create , alter , drop , rename , Truncate ( Data definition language DDL )

             Commit , rollback , Savepoint ( Transaction control )

             Grant , revoke ( Date control language DCL )

  • 相关阅读:
    Codeforces Round #363 (Div. 2)
    Codeforces Round #312 (Div. 2)
    Codeforces Round #354 (Div. 2)
    Codeforces Round #353 (Div. 2) A
    Codeforces Round #347 (Div. 2) B
    Codeforces Round #326 (Div. 2)
    Spring中数据库技术--获得DataSource
    查询练习
    查询语句
    Oracle数据库的使用
  • 原文地址:https://www.cnblogs.com/moveofgod/p/2680131.html
Copyright © 2011-2022 走看看