Archive for 十二月 26th, 2007

not null-unique-primarykey-check

星期三, 十二月 26th, 2007

关于not_null

A column in a table can be specified not null. It’s not possible to insert a null in such a column. The default is null. So, in the following create table statement, a null can be inserted into the column named c.

120.jpg

(全文…)

oracle audit的实现

星期三, 十二月 26th, 2007

创建一个登陆信息登记表
create table login_log
(
session_id int not null,
login_on_time date,
login_off_time date,
user_in_db varchar2(30),
machine varchar2(20),
run_program varchar2(20)
);

(全文…)

韩国跑跑-精彩视频

星期三, 十二月 26th, 2007

 [youku cg00XMTI0OTEwMA==]

[youku XNDI0Mjk2]

(全文…)