Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
salmonraju
Yak Posting Veteran
54 Posts |
Posted - 2006-10-20 : 02:36:43
|
my database contains 3 tables 1. Books2.Cd/DVd3.Magazinesit is simple library applicationcontains issue (books/cdDVd/Magzines)now i have to create a ISSUE Table, but it reference must be set according to entity(book//cdDVd/Magzines) the user want to issue. for this how to write single issue table rather than wriring3 issue tables one to set reference to books say BooksIssue2nd table ,reference to CD/DVD say CD/DVDissue table |
|
DonAtWork
Master Smack Fu Yak Hacker
2167 Posts |
Posted - 2006-10-20 : 07:03:37
|
Sounds like you need to design your entire DB.[Signature]For fast help, follow this link:http://weblogs.sqlteam.com/brettk/archive/2005/05/25.aspxLearn SQLhttp://www.sql-tutorial.net/ http://www.firstsql.com/tutor.htm http://www.w3schools.com/sql/default.asp |
 |
|
|
|
|