📄 slide066.html
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="blendTrans(Duration=2)" http-equiv="Page-Enter">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script language="JavaScript" src="./config.js"></script>
<script language="JavaScript" src="./pageFormat.js"></script>
<script><!-- // Set title on page
title()
//--></script>
</head>
<body>
<div onclick="document.location='slide067.html'">
<h2><font color="#009999">Chapter Summary</font></h2>
<font size="+1">
<hr color="#00ffff" size="6">
<ol>
<li>RDB stores information in tables. Each column has a datatype and unique
name</li>
<li>SQL - command language for interacting w/the DB</li>
<li><tt>CREATE TABLE</tt> and <tt>INSERT</tt> commands to add to a DB.
<tt>SELECT</tt> to query. <tt>UPDATE</tt> and <tt>DELETE</tt> to modify
the data</li>
<li>Do <b>not</b> replicate data among rows. Distribute over multiple
tables</li>
<li>Primary key - column(s) that uniquely identify a record<br>
Foreign key - reference to primary key in linked table</li>
<li>A <i>join</i> is a query that involves multiple tables</li>
<li>Use an API to access a DB from a C++ program</li>
<li>Transaction - set of updates that should succeed entirely, or not at
all</li>
</ol>
</font>
<hr>
<center><small>
<a href='slide065.html'>prev</a>
|<a href='slide001.html'>top</a>
</small></center>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -