Course Solutions Uncategorized (Solved) : 1 Create Access Database Named Surnamenameaccdb Create Following Tables Database Table Na Q32988732 . . . .

(Solved) : 1 Create Access Database Named Surnamenameaccdb Create Following Tables Database Table Na Q32988732 . . . .

 

1. Create an Access Database named:“surname_name.accdb” Create the following tables in thisdatabase:

a. Table Name: MovieAttributes:

mID (number, long integer, indexed – no duplicates, required,primary key)

mName (text, 100, required)

mDate (date/time, short date)

mScore (number, long integer)

b. Table Name: ActorAttributes:

aID (number, long integer, indexed – no duplicates, required,primary key)

aName (text, 20, required)

aSurname (text, 20, required)

aAge (number, long integer)

c. Table Name: GenreAttributes:

gID (number, long integer, indexed – no duplicates, required,primary key)

gName (text, 20, required)

d. Table Name: hasCastAttributes:

mID (number, long integer, indexed – duplicates ok, required,primary key)

aID (number, long integer, indexed – duplicates ok, required,primary key)
(mID and aID form the composite primary key, since we need

OR

PayPal Gateway not configured

OR

PayPal Gateway not configured

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

(Solved) : 11 Preliminaries Binary Tree Tree Data Structure Node Two Children Called Left Child Right Q32730791 . . . .(Solved) : 11 Preliminaries Binary Tree Tree Data Structure Node Two Children Called Left Child Right Q32730791 . . . .

<br/><img src="https://media.cheggcdn.com/media%2Fc6e%2Fc6eeea1b-089a-4d2e-b640-cc24194e2e62%2Fimage.png" alt="1.1 Preliminaries A binary tree is a tree data structure in which each node has at most two children, called the left child and the right child. Binary