当前位置:网站首页>Oracle从入门到精通(第4版)
Oracle从入门到精通(第4版)
2022-07-02 09:45:00 【凯里欧文】
1.概述
Oracle Database 19c在2019年发布,作为Oacle Database12c和18c系列产品的长期支持版本,它能提供最高
级别的版本稳定性和最长时间的支持服务和错误修复帮助。
------------------------------------------------------
数据库技术是应对信息资源(即大量数据)的管理需求而产生的。数据管理技术先后经历了人工管理、文件系统、数据库系统3个阶段。
数据库模型主要有层次模型、网状模型和关系模型。
------------------------------------------------------
关系型数据库是建立在关系模型基础上的数据库,借助于集合代数等数学概念和方法来处理数据库中的数据。
关系模型以二维表来描述数据。在关系模型中,每张表有多个字段列和记录行。
在关系模型中,关系由行和列交叉组成的二维表格,表中的行称为元祖,表中的列称为属性。能唯一标识表中不同
行的属性或属性组(即多个属性的组合)称为主键或符合主键。
2.数据库设计范式
规范化的数据库必须符合关系模型的范式规则。
第一范式(1NF)
边栏推荐
- Drools executes string rules or executes a rule file
- Go学习笔记—多线程
- 通过反射执行任意类的任意方法
- kubeadm join时出现错误:[ERROR Port-10250]: Port 10250 is in use [ERROR FileAvailable--etc-kubernetes-pki
- 区间DP AcWing 282. 石子合并
- Calculate the maximum path sum of binary tree
- Sweetheart leader: Wang Xinling
- Wechat official account payment prompt MCH_ ID parameter format error
- kubenetes中port、targetPort、nodePort、containerPort的区别与联系
- Go learning notes - multithreading
猜你喜欢
The programmer and the female nurse went on a blind date and spent 360. He packed leftovers and was stunned when he received wechat at night
线性DP AcWing 899. 编辑距离
Redis transaction mechanism implementation process and principle, and use transaction mechanism to prevent inventory oversold
Interview with meituan, a 34 year old programmer, was rejected: only those under the age of 30 who work hard and earn little overtime
Find the common ancestor of any two numbers in a binary tree
Less than three months after the programmer was hired, the boss wanted to launch the app within one month. If he was dissatisfied, he was dismissed immediately
深拷貝 事件總線
JS7day(事件对象,事件流,事件捕获和冒泡,阻止事件流动,事件委托,学生信息表案例)
浏览器node事件循环
2.6 using recursion and stack - [tower of Hanoi problem]
随机推荐
Visual studio efficient and practical extension tools and plug-ins
String palindrome hash template question o (1) judge whether the string is palindrome
ASP. Net MVC default configuration, if any, jumps to the corresponding program in the specified area
Intel internal instructions - AVX and avx2 learning notes
哈希表 AcWing 840. 模拟散列表
Find the common ancestor of any two numbers in a binary tree
JS10day(api 阶段性完结,正则表达式简介,自定义属性,过滤敏感词案例,注册模块验证案例)
BOM DOM
Introduction to CPU instruction set
Rust search server, rust quick service finding tutorial
LeetCode—剑指 Offer 51. 数组中的逆序对
Lombok common annotations
Leetcode - < dynamic planning special> Jianzhi offer 19, 49, 60
[old horse of industrial control] detailed explanation of Siemens PLC TCP protocol
How to write a pleasing English mathematical paper
Mui WebView down refresh pull-up load implementation
Calculate the maximum path sum of binary tree
高性能纠删码编码
spfa AcWing 852. spfa判断负环
Go学习笔记—基于Go的进程间通信