博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Introduction
阅读量:5915 次
发布时间:2019-06-19

本文共 1049 字,大约阅读时间需要 3 分钟。

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 )

转载地址:http://ufgpx.baihongyu.com/

你可能感兴趣的文章
java PO、BO
查看>>
对canvas的translate()方法的理解
查看>>
浏览器内核、渲染引擎、js引擎
查看>>
春秋五霸
查看>>
Page.FindControl(string id) 与母版页结合后发现的一个问题
查看>>
D - 二叉树遍历(推荐)
查看>>
C#匿名函数内存泄漏
查看>>
自定义注解实现aop
查看>>
20160411001 杀掉所有的事件探察器进程
查看>>
eclipse引入tomcat
查看>>
linux下crontab实现定时服务详解
查看>>
css选择器
查看>>
合并k个有序链表
查看>>
学习java随笔第一篇:搭建java平台(java se)
查看>>
FXML Stuffs (include and define)
查看>>
js防止sql注入的参数过滤
查看>>
Poj3683:Priest John's Busiest Day
查看>>
Bzoj4289: PA2012 Tax
查看>>
select 1 与 select null
查看>>
iOS 关于信鸽推送点击推送通知的处理
查看>>