Answered step by step
Verified Expert Solution
Question
1 Approved Answer
write in sql and screenshot syntax of it running correctly Constraint NOT NULL Table Name: PROJECT ASSIGNMENT Attribute Data Type Primary Foreign Employee SSN CHAR(9)
write in sql and screenshot syntax of it running correctly
Constraint NOT NULL Table Name: PROJECT ASSIGNMENT Attribute Data Type Primary Foreign Employee SSN CHAR(9) Employee (SSN) ON DELETE CASCADE Project Number INT Project Number) ON DELETE CASCADE Hours DECIMAL(3.1) NOT NULL NOT NULL Table Name: DEPENDENT Attribute Data Type Employee SSN CHAR(9) Primary Foreign Constraint Employee (SSN) NOT NULL ON DELETE CASCADE NOT NULL Gender CHECK (M. FAm f) Dependent Name VARCHAR(15) Sex CHAR Birthday Relationship DATE VARCHAR(8) Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started