1 create table department 2 (dept_name varchar(20), 3 building varchar(15), 4 budget numeric(12,2) check...
分类:
数据库 时间:
2014-07-16 21:36:29
阅读次数:
374
变量(对象)命名一.数据库:1. 基本命名规则表 1. 基本数据库对象命名 数据库对象前缀表 (Table)字段(Column)视图 (View)存储过程 (Stored procedure)触发器(Trigger)索引(Index)主键(Primary key)外键(Foreign key)Che...
分类:
数据库 时间:
2014-07-09 13:41:13
阅读次数:
326
题目:10763 - Foreign Exchange...
分类:
其他好文 时间:
2014-07-08 15:00:10
阅读次数:
215
foreign key references 除了关联外键,还可以关联 候选键(unique)需求table1 中的 status int 类型 ,表示状态 ,0 未启动 ,1 已启动,2 已完成table2 中 id int identity(1,1) primary key ,statusTyp...
分类:
其他好文 时间:
2014-06-29 06:11:54
阅读次数:
235
转载地址:http://blog.csdn.net/donglynn/article/details/17056099错误SQL 查询:DELETE FROM `zmax_lang` WHERE CONVERT( `zmax_lang`.`lang` USING utf8 ) = 'fr' ...
分类:
其他好文 时间:
2014-06-26 21:31:40
阅读次数:
204
1. View the Exhibit and examine the structure of the SALES, CUSTOMERS, PRODUCTS, and TIMEStables.The PROD_ID column is the foreign key in the SALES ta...
分类:
其他好文 时间:
2014-06-26 20:12:39
阅读次数:
205
2014年6月16日 10:48:51出错的部分提示摘录:#1452 - Cannot add or update a child row: a foreign key constraint failsresult 2 when explaining filename '#sql-3d5_20436...
分类:
数据库 时间:
2014-06-18 21:01:47
阅读次数:
332
昨天调试远程服务器,为了增加socket链接数,理所当然的进行了limits.conf配置,之后悲剧发生了。
利用xshell再度远程时,被强制T了。链接瞬间即断,如果幸运,会弹出 ”Connection closed by foreign host“ 提示。
开始以为是防火墙或网络行为的原因,沟....
分类:
其他好文 时间:
2014-06-10 20:29:10
阅读次数:
472
使用sql语句创建和删除约束
主建约束:(primary key constraint);
唯一约束:(unique constraint);
检查约束:(check constraint);
默认约束:(default constraint);
外建约束:(foreign key constraint);
*********************************************...
分类:
数据库 时间:
2014-06-10 13:28:14
阅读次数:
260
https://www.digitalocean.com/community/tagshttp://db-engines.com/en/http://www.tiobe.com/index.php/content/paperinfo/tpci/index.html
分类:
Web程序 时间:
2014-05-24 14:02:05
阅读次数:
300