to de Category 15 PK to do id PK category id name description create date 18 deadine FK categoryid FK user id create date user PK user id first name last name email create_date The above ER Diagram...


to de<br>Category<br>15<br>PK<br>to do id<br>PK<br>category id<br>name<br>description<br>create date<br>18<br>deadine<br>FK categoryid<br>FK<br>user id<br>create date<br>user<br>PK<br>user id<br>first name<br>last name<br>email<br>create_date<br>The above ER Diagram shows a simple TODO tasks management database. The<br>create table script for Category table is given to you below. Complete the script by<br>providing the correct definitions of the other two tables. Choose the data types of<br>each attribute and assume all primary keys to be auto incrementing integers.<br>Create Table Category (<br>user_id int primary Key identity(1,1),<br>name varchar(255),<br>

Extracted text: to de Category 15 PK to do id PK category id name description create date 18 deadine FK categoryid FK user id create date user PK user id first name last name email create_date The above ER Diagram shows a simple TODO tasks management database. The create table script for Category table is given to you below. Complete the script by providing the correct definitions of the other two tables. Choose the data types of each attribute and assume all primary keys to be auto incrementing integers. Create Table Category ( user_id int primary Key identity(1,1), name varchar(255),

Jun 10, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here