Tue Mar 19 06:05:35 2024
EVENTS
 FREE
SOFTWARE
INSTITUTE

POLITICS
JOBS
MEMBERS'
CORNER

MAILING
LIST

NYLXS Mailing Lists and Archives
NYLXS Members have a lot to say and share but we don't keep many secrets. Join the Hangout Mailing List and say your peice.

DATE 2014-12-01

LEARN

2024-03-19 | 2024-02-19 | 2024-01-19 | 2023-12-19 | 2023-11-19 | 2023-10-19 | 2023-09-19 | 2023-08-19 | 2023-07-19 | 2023-06-19 | 2023-05-19 | 2023-04-19 | 2023-03-19 | 2023-02-19 | 2023-01-19 | 2022-12-19 | 2022-11-19 | 2022-10-19 | 2022-09-19 | 2022-08-19 | 2022-07-19 | 2022-06-19 | 2022-05-19 | 2022-04-19 | 2022-03-19 | 2022-02-19 | 2022-01-19 | 2021-12-19 | 2021-11-19 | 2021-10-19 | 2021-09-19 | 2021-08-19 | 2021-07-19 | 2021-06-19 | 2021-05-19 | 2021-04-19 | 2021-03-19 | 2021-02-19 | 2021-01-19 | 2020-12-19 | 2020-11-19 | 2020-10-19 | 2020-09-19 | 2020-08-19 | 2020-07-19 | 2020-06-19 | 2020-05-19 | 2020-04-19 | 2020-03-19 | 2020-02-19 | 2020-01-19 | 2019-12-19 | 2019-11-19 | 2019-10-19 | 2019-09-19 | 2019-08-19 | 2019-07-19 | 2019-06-19 | 2019-05-19 | 2019-04-19 | 2019-03-19 | 2019-02-19 | 2019-01-19 | 2018-12-19 | 2018-11-19 | 2018-10-19 | 2018-09-19 | 2018-08-19 | 2018-07-19 | 2018-06-19 | 2018-05-19 | 2018-04-19 | 2018-03-19 | 2018-02-19 | 2018-01-19 | 2017-12-19 | 2017-11-19 | 2017-10-19 | 2017-09-19 | 2017-08-19 | 2017-07-19 | 2017-06-19 | 2017-05-19 | 2017-04-19 | 2017-03-19 | 2017-02-19 | 2017-01-19 | 2016-12-19 | 2016-11-19 | 2016-10-19 | 2016-09-19 | 2016-08-19 | 2016-07-19 | 2016-06-19 | 2016-05-19 | 2016-04-19 | 2016-03-19 | 2016-02-19 | 2016-01-19 | 2015-12-19 | 2015-11-19 | 2015-10-19 | 2015-09-19 | 2015-08-19 | 2015-07-19 | 2015-06-19 | 2015-05-19 | 2015-04-19 | 2015-03-19 | 2015-02-19 | 2015-01-19 | 2014-12-19 | 2014-11-19 | 2014-10-19

Key: Value:

Key: Value:

MESSAGE
DATE 2014-12-10
FROM Ruben Safir
SUBJECT Subject: [LIU Comp Sci] HW 6
From owner-learn-outgoing-at-mrbrklyn.com Wed Dec 10 23:58:51 2014
Return-Path:
X-Original-To: archive-at-mrbrklyn.com
Delivered-To: archive-at-mrbrklyn.com
Received: by mrbrklyn.com (Postfix)
id AAEB3161162; Wed, 10 Dec 2014 23:58:51 -0500 (EST)
Delivered-To: learn-outgoing-at-mrbrklyn.com
Received: by mrbrklyn.com (Postfix, from userid 28)
id 73230161166; Wed, 10 Dec 2014 23:58:51 -0500 (EST)
Delivered-To: learn-at-nylxs.com
Received: from mailbackend.panix.com (mailbackend.panix.com [166.84.1.89])
by mrbrklyn.com (Postfix) with ESMTP id D1ED9161162
for ; Wed, 10 Dec 2014 23:58:49 -0500 (EST)
Received: from [10.0.0.42] (unknown [96.57.23.82])
by mailbackend.panix.com (Postfix) with ESMTPSA id 7351A13CA8;
Wed, 10 Dec 2014 23:58:48 -0500 (EST)
Message-ID: <5489248F.2020505-at-panix.com>
Date: Wed, 10 Dec 2014 23:58:55 -0500
From: Ruben Safir
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0
MIME-Version: 1.0
To: learn-at-nylxs.com, Ping-Tsai Chung ,
"ptchung-at-ieee.org" ,
"pingtsaichung-at-gmail.com >> Ping-Tsai Chung"
Subject: [LIU Comp Sci] HW 6
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
Sender: owner-learn-at-mrbrklyn.com
Precedence: bulk
Reply-To: learn-at-mrbrklyn.com


With regard to Problem 1E in the homework

What is this? This can't be right. I don't know what is right, but
this aint it.

In order to do this as division the divisor has to be a SUBSET of of the
numerator.

(e) Retrieve the names of employees who
work on every project.

PROJ_EMPS(PNO,SSN) ? ? PNO,ESSN (WORKS_ON)
ALL_PROJS(PNO) ? ?PNUMBER (PROJECT)
EMPS_ALL_PROJS ? PROJ_EMPS รท ALLPROJS
RESULT ? ? FNAME,MINIT,LNAME (EMPLOYEE
* EMP_ALL_PROJS)

RESULT:
No Data Found.


To quote the text, and this is honestly a weird operation

Produces a relation R(X) that includes all tuples t[X]
in R1(Z) that appear in R1 in combination with every
tuple from R2(Y), where Z = X ? Y.


That means Y MUST BE a SUBSET of Z...

We are trying to find the one the single individal who is all in ALL the
project, and all the other individual lke him.


I have no idea how to solve this.

In general set theory terms,

we want

Inviduals who's Set of pno is equal to the set of pnumbers in the
works_on table

You can get the sets?

? pno (sigma essn = SSN (works_on))

where each SSn is in the set of
? ssn (employee)

where the set of pno is complete.

Don't ask me how to express this. I have no idea and don't see it in
the books or on line.

FRANKLY, this problem is not done with relational agrebra. This is
where you DITCH SQL and use a peal loop. I don't know of any way of
doing conditional looping in set theory.

You might be able to compare to sets, but that is not covered in the
book here.

In sql I would use count

select employee.ssn from employee, works_on
where employee.ssn = works_on.essn
having count( works_on.essn) == subquery(
select count (pnumber) from works_on )



That might not be legl either. I don't think you can put a count in a
having without a group by claus?

Ruben

Anyway - I am Ccing Dr Ping on this. Maybe he can shed light on this

  1. 2014-12-02 Ruben <ruben.safir-at-my.liu.edu> Subject: [LIU Comp Sci] Arch Study tonight
  2. 2014-12-02 Ruben Safir <mrbrklyn-at-panix.com> Subject: [LIU Comp Sci] Memory Notes et al
  3. 2014-12-02 Ruben Safir <mrbrklyn-at-panix.com> Subject: [LIU Comp Sci] Re: Sorry for the last reply
  4. 2014-12-06 Maneesh Kongara <maneeshkongara-at-gmail.com> Re: [LIU Comp Sci] All the notes through External Memory
  5. 2014-12-06 Maneesh Kongara <maneeshkongara-at-gmail.com> Re: [LIU Comp Sci] Parity Bit Algebra
  6. 2014-12-06 Ruben Safir <mrbrklyn-at-panix.com> Re: [LIU Comp Sci] Parity Bit Algebra
  7. 2014-12-06 Maneesh Kongara <maneeshkongara-at-gmail.com> Re: [LIU Comp Sci] Parity Bit Algebra
  8. 2014-12-06 Ruben Safir <mrbrklyn-at-panix.com> Re: [LIU Comp Sci] Parity Bit Algebra
  9. 2014-12-06 Ruben Safir <mrbrklyn-at-panix.com> Re: [LIU Comp Sci] Parity Bit Algebra
  10. 2014-12-06 Maneesh Kongara <maneeshkongara-at-gmail.com> Re: [LIU Comp Sci] Parity Bit Algebra
  11. 2014-12-06 Ruben Safir <mrbrklyn-at-panix.com> Re: [LIU Comp Sci] Parity Bit Algebra
  12. 2014-12-06 Maneesh Kongara <maneeshkongara-at-gmail.com> Re: [LIU Comp Sci] Parity Bit Algebra
  13. 2014-12-06 Ruben Safir <mrbrklyn-at-panix.com> Re: [LIU Comp Sci] Parity Bit Algebra
  14. 2014-12-06 Ruben Safir <mrbrklyn-at-panix.com> Re: [LIU Comp Sci] Parity Bit Algebra
  15. 2014-12-06 Maneesh Kongara <maneeshkongara-at-gmail.com> Re: [LIU Comp Sci] Parity Bit Algebra
  16. 2014-12-06 Ruben Safir <mrbrklyn-at-panix.com> Re: [LIU Comp Sci] Parity Bit Algebra
  17. 2014-12-06 Ruben Safir <mrbrklyn-at-panix.com> Re: [LIU Comp Sci] Parity Bit Algebra
  18. 2014-12-06 Maneesh Kongara <maneeshkongara-at-gmail.com> Re: [LIU Comp Sci] Parity Bit Algebra
  19. 2014-12-06 Maneesh Kongara <maneeshkongara-at-gmail.com> Re: [LIU Comp Sci] Parity Bit Algebra
  20. 2014-12-06 Ruben Safir <mrbrklyn-at-panix.com> Re: [LIU Comp Sci] Parity Bit Algebra
  21. 2014-12-06 Ruben Safir <mrbrklyn-at-panix.com> Re: [LIU Comp Sci] Parity Bit Algebra
  22. 2014-12-06 Ruben Safir <mrbrklyn-at-panix.com> Subject: [LIU Comp Sci] All the notes through External Memory
  23. 2014-12-06 Ruben Safir <mrbrklyn-at-panix.com> Subject: [LIU Comp Sci] Parity Bit Algebra
  24. 2014-12-07 Maneesh Kongara <maneeshkongara-at-gmail.com> Re: [LIU Comp Sci] Computer Available
  25. 2014-12-07 Ruben Safir <mrbrklyn-at-panix.com> Re: [LIU Comp Sci] Computer Available
  26. 2014-12-07 Ruben Safir <mrbrklyn-at-panix.com> Subject: [LIU Comp Sci] Computer Available
  27. 2014-12-07 mrbrklyn-at-panix.com Subject: [LIU Comp Sci] Upcoming Events for Oracle Professionals
  28. 2014-12-08 Maneesh Kongara <maneeshkongara-at-gmail.com> Re: [LIU Comp Sci] Memorize Optcode
  29. 2014-12-08 Ruben Safir <mrbrklyn-at-panix.com> Re: [LIU Comp Sci] Memorize Optcode
  30. 2014-12-08 Maneesh Kongara <maneeshkongara-at-gmail.com> Re: [LIU Comp Sci] Memorize Optcode
  31. 2014-12-08 Ruben Safir <mrbrklyn-at-panix.com> Re: [LIU Comp Sci] Memorize Optcode
  32. 2014-12-08 Maneesh Kongara <maneeshkongara-at-gmail.com> Re: [LIU Comp Sci] Memorize Optcode
  33. 2014-12-08 Kamran <kamran.mirzayev-at-my.liu.edu> Re: [LIU Comp Sci] Memorize Optcode
  34. 2014-12-08 Ruben Safir <mrbrklyn-at-panix.com> Re: [LIU Comp Sci] Memorize Optcode
  35. 2014-12-08 Ruben Safir <mrbrklyn-at-panix.com> Re: [LIU Comp Sci] Memorize Optcode
  36. 2014-12-08 Maneesh Kongara <maneeshkongara-at-gmail.com> Re: [LIU Comp Sci] Memorize Optcode
  37. 2014-12-08 Ruben <mrbrklyn-at-panix.com> Re: [LIU Comp Sci] Memorize Optcode
  38. 2014-12-08 Ruben <mrbrklyn-at-panix.com> Re: [LIU Comp Sci] Memorize Optcode
  39. 2014-12-08 Ruben <mrbrklyn-at-panix.com> Re: [LIU Comp Sci] Memorize Optcode
  40. 2014-12-08 Kamran <kamran.mirzayev-at-my.liu.edu> Re: [LIU Comp Sci] Memorize Optcode
  41. 2014-12-08 Maneesh Kongara <maneeshkongara-at-gmail.com> Re: [LIU Comp Sci] UPerclassmen
  42. 2014-12-08 Ruben <ruben.safir-at-my.liu.edu> Re: [LIU Comp Sci] UPerclassmen
  43. 2014-12-08 Maneesh Kongara <maneeshkongara-at-gmail.com> Re: [LIU Comp Sci] UPerclassmen
  44. 2014-12-08 Ruben Safir <mrbrklyn-at-panix.com> Re: [LIU Comp Sci] UPerclassmen
  45. 2014-12-08 Ruben Safir <mrbrklyn-at-panix.com> Subject: [LIU Comp Sci] Arch Problem Solution for the final HW question
  46. 2014-12-08 Ruben Safir <mrbrklyn-at-panix.com> Subject: [LIU Comp Sci] Foundation for OPTCODE and Machine Instruction
  47. 2014-12-08 Ruben Safir <mrbrklyn-at-panix.com> Subject: [LIU Comp Sci] Memorize Optcode
  48. 2014-12-08 Ruben Safir <mrbrklyn-at-panix.com> Subject: [LIU Comp Sci] Notes Done on In and Out, Operating Systemsm Modules and Memoery
  49. 2014-12-08 Ruben Safir <mrbrklyn-at-panix.com> Subject: [LIU Comp Sci] UPerclassmen
  50. 2014-12-09 Ruben Safir <mrbrklyn-at-panix.com> Subject: [LIU Comp Sci] Anyone in school
  51. 2014-12-09 Ruben Safir <mrbrklyn-at-panix.com> Subject: [LIU Comp Sci] CPU Instructions - Notes for Chapter 14
  52. 2014-12-09 Ruben Safir <mrbrklyn-at-panix.com> Subject: [LIU Comp Sci] Machine Instructions notes
  53. 2014-12-09 Ruben Safir <mrbrklyn-at-panix.com> Subject: [LIU Comp Sci] Relative - PC addressing
  54. 2014-12-09 Ruben Safir <mrbrklyn-at-panix.com> Subject: [LIU Comp Sci] wifi
  55. 2014-12-10 Ruben Safir <mrbrklyn-at-panix.com> Re: [LIU Comp Sci] Answers to the final review questions
  56. 2014-12-10 Ruben Safir <mrbrklyn-at-panix.com> Re: [LIU Comp Sci] database Hoem Work
  57. 2014-12-10 duodujames <duodujames-at-gmail.com> RE: [LIU Comp Sci] noone in class?
  58. 2014-12-10 Ruben <ruben.safir-at-my.liu.edu> Re: [LIU Comp Sci] UPerclassmen
  59. 2014-12-10 Maneesh Kongara <maneeshkongara-at-gmail.com> Subject: [LIU Comp Sci] Answers to the final review questions
  60. 2014-12-10 Ruben Safir <mrbrklyn-at-panix.com> Subject: [LIU Comp Sci] database Hoem Work
  61. 2014-12-10 Ruben <ruben.safir-at-my.liu.edu> Subject: [LIU Comp Sci] Fwd: MINIPROJECT
  62. 2014-12-10 Ruben Safir <mrbrklyn-at-panix.com> Subject: [LIU Comp Sci] HW 6
  63. 2014-12-10 mrbrklyn-at-panix.com Subject: [LIU Comp Sci] MINIPROJECT
  64. 2014-12-10 Ruben Safir <mrbrklyn-at-panix.com> Subject: [LIU Comp Sci] noone in class?
  65. 2014-12-10 Ruben Safir <mrbrklyn-at-panix.com> Subject: [LIU Comp Sci] welcome jame
  66. 2014-12-10 Ruben Safir <mrbrklyn-at-panix.com> Subject: [LIU Comp Sci] [mrbrklyn-at-panix.com: HW Last one maybe 6?]
  67. 2014-12-11 Ruben Safir <mrbrklyn-at-panix.com> Fwd: Re: [LIU Comp Sci] Database Class concepts which are still unclear
  68. 2014-12-11 Ruben Safir <mrbrklyn-at-panix.com> Re: Fwd: Re: [LIU Comp Sci] Database Class concepts which are still
  69. 2014-12-11 Ruben <ruben.safir-at-my.liu.edu> Re: [LIU Comp Sci] Database Class concepts which are still unclear
  70. 2014-12-11 Ruben <ruben.safir-at-my.liu.edu> Re: [LIU Comp Sci] Database Class concepts which are still unclear
  71. 2014-12-11 Ruben Safir <mrbrklyn-at-panix.com> Re: [LIU Comp Sci] Database Class concepts which are still unclear
  72. 2014-12-11 Ruben Safir <mrbrklyn-at-panix.com> Subject: [LIU Comp Sci] Database Class concepts which are still unclear
  73. 2014-12-11 Ruben Safir <mrbrklyn-at-panix.com> Subject: [LIU Comp Sci] Fwd: Invitation: Flatiron Alumni Present!
  74. 2014-12-11 Ruben Safir <mrbrklyn-at-panix.com> Subject: [LIU Comp Sci] Fwd: Re: Database Class concepts which are still unclear
  75. 2014-12-11 Ruben Safir <mrbrklyn-at-panix.com> Subject: [LIU Comp Sci] Fwd: turning attibute values into relations?
  76. 2014-12-11 Ruben Safir <mrbrklyn-at-panix.com> Subject: [LIU Comp Sci] jobs
  77. 2014-12-12 James Kwabena Duodu <duodujames-at-gmail.com> Re: [LIU Comp Sci] Answers to the final review questions
  78. 2014-12-12 Ruben Safir <mrbrklyn-at-panix.com> Subject: [LIU Comp Sci] .NET and C# free implimentation
  79. 2014-12-12 Ruben Safir <mrbrklyn-at-panix.com> Subject: [LIU Comp Sci] Calling Upper Classman
  80. 2014-12-12 Ruben Safir <mrbrklyn-at-panix.com> Subject: [LIU Comp Sci] Fwd: Re: n-ary operations
  81. 2014-12-12 Ruben Safir <mrbrklyn-at-panix.com> Subject: [LIU Comp Sci] Fwd: Re: Oracle XE Web Server
  82. 2014-12-12 Ruben Safir <mrbrklyn-at-panix.com> Subject: [LIU Comp Sci] Fwd: Re: relational algrabra division?
  83. 2014-12-12 Ruben Safir <mrbrklyn-at-panix.com> Subject: [LIU Comp Sci] jobs
  84. 2014-12-12 Ruben Safir <mrbrklyn-at-panix.com> Subject: [LIU Comp Sci] lerning tools
  85. 2014-12-12 Ruben Safir <mrbrklyn-at-panix.com> Subject: [LIU Comp Sci] liu mailing list
  86. 2014-12-12 Ruben Safir <mrbrklyn-at-panix.com> Subject: [LIU Comp Sci] Re: turning attibute values into relations?
  87. 2014-12-12 Ruben Safir <mrbrklyn-at-panix.com> Subject: [LIU Comp Sci] Sunday Arch Finals Review Study Session
  88. 2014-12-13 Ruben Safir <mrbrklyn-at-panix.com> Re: [LIU Comp Sci] Answers to the final review questions
  89. 2014-12-13 Ruben Safir <mrbrklyn-at-panix.com> Subject: [LIU Comp Sci] (fwd) Re: relational algrabra division?
  90. 2014-12-13 Ruben Safir <mrbrklyn-at-panix.com> Subject: [LIU Comp Sci] Base Conversations
  91. 2014-12-13 Ruben Safir <mrbrklyn-at-panix.com> Subject: [LIU Comp Sci] Gates HW problems
  92. 2014-12-13 Ruben Safir <mrbrklyn-at-panix.com> Subject: [LIU Comp Sci] Logic Gates
  93. 2014-12-13 Ruben Safir <mrbrklyn-at-panix.com> Subject: [LIU Comp Sci] old homework question
  94. 2014-12-14 Ruben Safir <mrbrklyn-at-panix.com> Re: [LIU Comp Sci] Answers to the final review questions
  95. 2014-12-14 Ruben Safir <mrbrklyn-at-panix.com> Subject: [LIU Comp Sci] NOTE ERROR:****Error in the Hamming notes on the final review
  96. 2014-12-15 Ruben <ruben.safir-at-my.liu.edu> Re: [LIU Comp Sci] Answers to the final review questions
  97. 2014-12-15 Kamran <kamran.mirzayev-at-my.liu.edu> Re: [LIU Comp Sci] study hall today
  98. 2014-12-15 Ruben <ruben.safir-at-my.liu.edu> Re: [LIU Comp Sci] study hall today
  99. 2014-12-15 Kamran <kamran.mirzayev-at-my.liu.edu> Re: [LIU Comp Sci] study hall today
  100. 2014-12-15 Ruben Safir <mrbrklyn-at-panix.com> Re: [LIU Comp Sci] study hall today
  101. 2014-12-15 Kamran <kamran.mirzayev-at-my.liu.edu> Re: [LIU Comp Sci] study hall today
  102. 2014-12-15 Ruben Safir <mrbrklyn-at-panix.com> Re: [LIU Comp Sci] study hall today
  103. 2014-12-15 Maneesh Kongara <maneeshkongara-at-gmail.com> Re: [LIU Comp Sci] study hall today
  104. 2014-12-15 Ruben Safir <mrbrklyn-at-panix.com> Re: [LIU Comp Sci] study hall today
  105. 2014-12-15 Maneesh Kongara <maneeshkongara-at-gmail.com> Re: [LIU Comp Sci] study hall today
  106. 2014-12-15 Ruben Safir <mrbrklyn-at-panix.com> Re: [LIU Comp Sci] study hall today
  107. 2014-12-15 Ruben Safir <mrbrklyn-at-panix.com> Re: [LIU Comp Sci] study hall today
  108. 2014-12-15 Ruben Safir <mrbrklyn-at-panix.com> Subject: [LIU Comp Sci] errror in the hamming notes.
  109. 2014-12-15 Ruben Safir <mrbrklyn-at-panix.com> Subject: [LIU Comp Sci] [Samir.Iabbassen-at-liu.edu: RE: NOTE ERROR:****Error in the Hamming
  110. 2014-12-16 Ruben Safir <mrbrklyn-at-panix.com> Re: [LIU Comp Sci] Study Hall
  111. 2014-12-16 Ruben Safir <mrbrklyn-at-panix.com> Subject: [LIU Comp Sci] Study Hall
  112. 2014-12-16 Ruben Safir <mrbrklyn-at-panix.com> Subject: [LIU Comp Sci] [mrbrklyn-at-panix.com: HW Last one maybe 6?]
  113. 2014-12-17 Maneesh Kongara <maneeshkongara-at-gmail.com> Re: [LIU Comp Sci] database class
  114. 2014-12-17 Ruben Safir <mrbrklyn-at-panix.com> Re: [LIU Comp Sci] database class
  115. 2014-12-17 James Kwabena Duodu <duodujames-at-gmail.com> Re: [LIU Comp Sci] database class
  116. 2014-12-17 Maneesh Kongara <maneeshkongara-at-gmail.com> Re: [LIU Comp Sci] database class
  117. 2014-12-17 Ruben Safir <mrbrklyn-at-panix.com> Re: [LIU Comp Sci] database class
  118. 2014-12-17 duodujames <duodujames-at-gmail.com> Re: [LIU Comp Sci] database class
  119. 2014-12-17 Maneesh Kongara <maneeshkongara-at-gmail.com> Re: [LIU Comp Sci] database class
  120. 2014-12-17 James Kwabena Duodu <duodujames-at-gmail.com> Re: [LIU Comp Sci] database class
  121. 2014-12-17 Maneesh Kongara <maneeshkongara-at-gmail.com> Re: [LIU Comp Sci] database class
  122. 2014-12-17 Ruben Safir <mrbrklyn-at-panix.com> Re: [LIU Comp Sci] database class
  123. 2014-12-17 Ruben Safir <mrbrklyn-at-panix.com> Re: [LIU Comp Sci] database class
  124. 2014-12-17 Ruben <ruben.safir-at-my.liu.edu> Re: [LIU Comp Sci] database class
  125. 2014-12-17 Ruben <ruben.safir-at-my.liu.edu> Re: [LIU Comp Sci] study hall today
  126. 2014-12-17 Kamran <kamran.mirzayev-at-my.liu.edu> Re: [LIU Comp Sci] study hall today
  127. 2014-12-17 Ruben Safir <mrbrklyn-at-panix.com> Re: [LIU Comp Sci] why is this textbook just off the look
  128. 2014-12-17 Ruben Safir <mrbrklyn-at-panix.com> Re: [LIU Comp Sci] why is this textbook just off the look
  129. 2014-12-17 Ruben Safir <mrbrklyn-at-panix.com> Subject: [LIU Comp Sci] database class
  130. 2014-12-17 Ruben Safir <mrbrklyn-at-panix.com> Subject: [LIU Comp Sci] Fwd: Database HW6
  131. 2014-12-17 Ruben Safir <mrbrklyn-at-panix.com> Subject: [LIU Comp Sci] the silence
  132. 2014-12-17 Ruben Safir <mrbrklyn-at-panix.com> Subject: [LIU Comp Sci] Traffic Lights Diagram
  133. 2014-12-17 Ruben Safir <mrbrklyn-at-panix.com> Subject: [LIU Comp Sci] why is this textbook just off the look
  134. 2014-12-18 Ruben Safir <mrbrklyn-at-panix.com> Re: [LIU Comp Sci] in coming
  135. 2014-12-18 Ruben <ruben.safir-at-my.liu.edu> Re: [LIU Comp Sci] Need tutoring on Relational Calculus
  136. 2014-12-18 Ruben <ruben.safir-at-my.liu.edu> Re: [LIU Comp Sci] Need tutoring on Relational Calculus
  137. 2014-12-18 Ruben Safir <mrbrklyn-at-panix.com> Re: [LIU Comp Sci] Need tutoring on Relational Calculus
  138. 2014-12-18 Ruben Safir <mrbrklyn-at-panix.com> Re: [LIU Comp Sci] Need tutoring on Relational Calculus
  139. 2014-12-18 Sergei Glikstein <serge.gl-at-gmail.com> Re: [LIU Comp Sci] Normalization review
  140. 2014-12-18 Ruben Safir <mrbrklyn-at-panix.com> Re: [LIU Comp Sci] Normalization review
  141. 2014-12-18 Sergei Glikstein <serge.gl-at-gmail.com> Re: [LIU Comp Sci] Normalization review
  142. 2014-12-18 Ruben Safir <mrbrklyn-at-panix.com> Re: [LIU Comp Sci] Normalization review
  143. 2014-12-18 Ruben Safir <mrbrklyn-at-panix.com> Re: [LIU Comp Sci] Normalization review
  144. 2014-12-18 Ruben Safir <mrbrklyn-at-panix.com> Re: [LIU Comp Sci] Normalization review
  145. 2014-12-18 maneeshkongara <maneeshkongara-at-gmail.com> Re: [LIU Comp Sci] Normalization review
  146. 2014-12-18 Ruben Safir <mrbrklyn-at-panix.com> Re: [LIU Comp Sci] Normalization review
  147. 2014-12-18 Ruben Safir <mrbrklyn-at-panix.com> Re: [LIU Comp Sci] Normalization review
  148. 2014-12-18 Ruben Safir <mrbrklyn-at-panix.com> Re: [LIU Comp Sci] Normalization review
  149. 2014-12-18 Ruben Safir <mrbrklyn-at-panix.com> Re: [LIU Comp Sci] Normalization review
  150. 2014-12-18 Ruben Safir <mrbrklyn-at-panix.com> Re: [LIU Comp Sci] Normalization review
  151. 2014-12-18 Ruben Safir <mrbrklyn-at-panix.com> Re: [LIU Comp Sci] Normalization review
  152. 2014-12-18 Sergei Glikstein <serge.gl-at-gmail.com> Re: [LIU Comp Sci] Normalization review
  153. 2014-12-18 Ruben Safir <mrbrklyn-at-panix.com> Re: [LIU Comp Sci] Normalization review
  154. 2014-12-18 From: <mrbrklyn-at-panix.com> Re: [LIU Comp Sci] Normalization review
  155. 2014-12-18 Sergei Glikstein <serge.gl-at-gmail.com> Re: [LIU Comp Sci] Normalization review
  156. 2014-12-18 From: <mrbrklyn-at-panix.com> Re: [LIU Comp Sci] Normalization review
  157. 2014-12-18 Ruben Safir <mrbrklyn-at-panix.com> Subject: [LIU Comp Sci] BCNF
  158. 2014-12-18 Ruben Safir <mrbrklyn-at-panix.com> Subject: [LIU Comp Sci] in coming
  159. 2014-12-18 Ruben Safir <mrbrklyn-at-panix.com> Subject: [LIU Comp Sci] lunch
  160. 2014-12-18 Ruben Safir <mrbrklyn-at-panix.com> Subject: [LIU Comp Sci] Need tutoring on Relational Calculus
  161. 2014-12-18 Ruben Safir <mrbrklyn-at-panix.com> Subject: [LIU Comp Sci] Normalization review
  162. 2014-12-18 Ruben Safir <mrbrklyn-at-panix.com> Subject: [LIU Comp Sci] Re: relational calculus
  163. 2014-12-18 Ruben Safir <mrbrklyn-at-panix.com> Subject: [LIU Comp Sci] relational calculus
  164. 2014-12-19 Ruben <ruben.safir-at-my.liu.edu> Subject: [LIU Comp Sci] Oracle Files for the Homework and Oracle Resources
  165. 2014-12-22 Ruben <ruben.safir-at-my.liu.edu> Subject: [LIU Comp Sci] Operating Systems Class
  166. 2014-12-30 Ruben Safir <mrbrklyn-at-panix.com> Subject: [LIU Comp Sci] Creating a New OS: Final Projects for MS degree

NYLXS are Do'ers and the first step of Doing is Joining! Join NYLXS and make a difference in your community today!