wiki:RelationModel

Version 1 (modified by 193158, 4 months ago) ( diff )

--

Описна изведба на Релациската Шема

AuditlyUser (Id,FirstName,LastName,EmailAddress,UserDomainName);

Product (_DomainName);

ProductIndustry (_Id,ProductDomainName*);

Reviewer (_Id, FirstName, LastName,Position ,CompanyName ,EmailAddress,LinkedInUserProfileUrl);

Message (_Id, UserId* , MessageType, EmailSubject, EmailText, LinkedInText);

Review (_Id, ReviewerId*, ProductId*, ReviewSite, Sentiment, ReviewerScore, ReviewText, DateOfReview);

SocialMediaAccounts(_Id, SocialMediaLink*, ReviewerId, SocialMediaType);

DDL Скрипта за Бришење на Табелите и Креирање на Табелите

kreiranje.sql

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

polnenje.sql

Релациски дијаграм изваден од DBeaver

Attachments (3)

Download all attachments as: .zip

Note: See TracWiki for help on using the wiki.