Wednesday, March 2, 2011

Create a table with Fall back ,Before Journal and dual after journal features?

create table student ,
fallback,
before journal,
dual after journal
(
sno integer,
sname varchar(30),
sfee decimal(10,2)
)
unique primary index(sno);

No comments:

Post a Comment