Answered step by step
Verified Expert Solution
Question
1 Approved Answer
In oracle sql, how do I add not null constraint at end of create table block and give it a name without using the CHECK
In oracle sql, how do I add "not null constraint" at end of create table block and give it a name without using the CHECK constraint?
Is it e.g., CONSTRAINT constraintName NOT NULL
If so, then how does the statement know which columnName I'm referring to to make NOT NULL?
I know that I can do this after declaring the column, what I'm wondering about is how to do this after declaring all the columns.
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