wiki:konceptualenDizajnLogickiFizicki

Version 9 (modified by 213209, 3 weeks ago) ( diff )

--

Логички и физички дизајн

Релациска шема (мапирачка трансформација)

  • примарни клучеви: bold и underline
  • Надворешни клучеви: bold и * до името на надворешниот клуч, во заграда табелата кон која покажува

Шема

Customer(customerId, registrationDate, firstName, lastName, email, password, role, phone, address, membershipLevel)

Reservation(reservationId, customerId*(Customer), paymentId*(Payment), menuId*(Menu), tableId*(Table), paymentStatus, partySize, reservationDateTime, specialRequests, status, checkInTime, checkOutTime)

Payment(paymentId, customerId*(Customer), totalPrice, date, reservationNumber)

Menu(menuId, restaurantId*(Restaurant), category)

Item(itemId, menuIditemName*(Menu), price, description, dietaryInformation)

Restaurant(restaurantId, name, address, cuisineType, phone, operatingHours, deposit, website, socialMediaLinks, rating)

Table(tableId, restaurantId*(Restaurant), capacity, location, isSmokingArea, description)

DDL скрипта за бришење на табелите и креирање на табелите

kreiranje.sql

DML скрипта за полнење на табелите со податоци

Attachments (3)

Download all attachments as: .zip

Note: See TracWiki for help on using the wiki.