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 |
|
aawalam
Starting Member
1 Post |
Posted - 2010-03-07 : 09:25:52
|
| Write SQL querY for the following relations:LANGUAGE (langNo, langName)NATION (nationNo, nationName)MAGAZINE (magNo, magName, startDate, langNo, nationNo)ISSUE (readerNo, magNo, borrowDate, returnDate, comment)READER (readerNo, readerName, deptNo, address, birthDate, phone, email)DEPARTMENT (deptNo, deptName)a) Delete a reader’s record whose name is Salman and department is Managementplesae solve it tomorrow is my exams |
|
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2010-03-07 : 09:31:45
|
| can we see what you tried yet?------------------------------------------------------------------------------------------------------SQL Server MVPhttp://visakhm.blogspot.com/ |
 |
|
|
RobertKaucher
Posting Yak Master
169 Posts |
Posted - 2010-03-07 : 11:00:40
|
| I'm not sure I understand. Are we being asked to provide the answer to homework or a test question for you? |
 |
|
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2010-03-07 : 11:03:40
|
quote: Originally posted by RobertKaucher I'm not sure I understand. Are we being asked to provide the answer to homework or a test question for you?
see the last sentencethats exactly what OP's expecting from us ------------------------------------------------------------------------------------------------------SQL Server MVPhttp://visakhm.blogspot.com/ |
 |
|
|
RobertKaucher
Posting Yak Master
169 Posts |
Posted - 2010-03-07 : 11:07:10
|
| I read that, but thought I was certainly wrong. ;-) |
 |
|
|
|
|
|
|
|