Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~225 People Reached
Favorite Forums
Favorite Tags
Member Avatar for player123

hi! i have just designed a new database and i was wondering of any could just quickly check that is passes all the first 3 normal forms. this is an image of it: [URL]http://img233.imageshack.us/img233/4174/untitledqg6.jpg[/URL][URL="http://img233.imageshack.us/img233/4174/untitledqg6.jpg"][/URL][URL="http://img233.imageshack.us/my.php?image=untitledqg6.jpg"][/URL] thanks! :)

Member Avatar for temiromi
0
82
Member Avatar for player123

hi there! i cant figure out how i could program a little function in assembly using the PCSPIM environment. the function i want to program with recursion is: func(n) = func(n-1) + (n-1) this is similiar to the fibonnaci function which is: fib(n) = fib(n-1) + fib(n-2) and the code …

Member Avatar for player123
0
82
Member Avatar for player123

hi! i am creating a database to do with a bank enterprise i have a CUSTOMER table and an ACCOUNT table. their relationship is many to many. i had to create an intersection entity in between them (so that it is one to many, many to one), but i dont …

Member Avatar for cpopham
0
61