Sumith Bandara
Home
Mobile
Downloading
Movies
Movie Databse
Secondary Movies
Tuesday, August 16, 2011
Table schema has been modified.
I have changed some little bit of Loan table as follows.
Here are code blocks of them.
CREATE TABLE Loans
(
LoanID int NOT NULL AUTO_INCREMENT,
PRIMARY KEY(LoanID),
BorrowerID int,
BookID int,
LoanDate date
);
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment