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 )

  • 相关阅读:
    luogu P1613 跑路
    luogu P2047 社交网络
    luogu P2740 [USACO4.2]草地排水Drainage Ditches
    「字典树」最大异或对
    「贪心」耍杂技的牛
    「贪心」士兵
    「贪心」糖果传递
    「几何」[USACO12DEC]疯狂的栅栏Crazy Fences
    「LCA」[USACO10HOL]牛的政治Cow Politics
    「二分答案 + 前缀和」防线
  • 原文地址:https://www.cnblogs.com/moveofgod/p/2680131.html
Copyright © 2011-2022 走看看