Changes between Version 8 and Version 9 of RelationalDesign


Ignore:
Timestamp:
12/07/22 17:12:30 (2 years ago)
Author:
201060
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RelationalDesign

    v8 v9  
    1616•       Moderator(__**userID__***(user))
    1717
    18 •       Quiz Taker(__**userID__***(user), tournamentID*(tournament), tournamentPhaseID*(tournament Phase))
     18•       Quiz Taker(__**userID__***(user))
    1919
    20 •       Tournament Organizer(__**tournamentOrganizerID__**, __**userID__***(moderator), **tournamentID***(tournament))
     20•       Tournament Organizer(__**tournamentOrganizerID__**, __**userID__***(moderator))
    2121
    2222•       Tournament(__**tournamentID**__, **tournamentName**)
     
    3030•       Quiz(__**quizID**__, **categoryID***(category), **quizName**, tournamentPhaseID*(tournament Phase))
    3131
    32 •       Medal(__**medalID**__, **userID***(quizTaker), **tournamentID***(tournament), **medalName**, **description**)
     32•       Medal(__**medalID**__, **tournamentID***(tournament), **medalName**, **description**)
    3333
    34 •       Question(__**questionID**__, **questionText**, **quizID***(quiz))
     34•       Question(__**questionID**__, **questionText**)
    3535
    3636•       Hint(__**hintID**__, **hintText**, **questionID***(question))
     
    6262•       medal_is_awarded_to_quizTaker(__**medalID**__*(medal), __**userID**__*(user))
    6363
     64•       badge_is_awarded_to_quizTaker(__**badgeID**__*(medal), __**userID**__*(user))
     65
    6466
    6567=== DDL скрипта за бришење на табелите и креирање на табелите