Answered step by step
Verified Expert Solution
Question
1 Approved Answer
QI. Write SQL statements to create database objects. 1a. Create a table with the details shown below: [2.5 Marks] Instruction: - Use Column level constraint
QI. Write SQL statements to create database objects. 1a. Create a table with the details shown below: [2.5 Marks] Instruction: - Use Column level constraint setting while designing the below given table. - Add your first name along with the table name given below (Hint: PROJECT_SALIM). Table-Name PROJECT_YourfirstName [Ex: PROJECT_Ali] \begin{tabular}{|1|1|1|} \hline \multicolumn{1}{|c]}{ Column Name } & \multicolumn{1}{[c]}{ Data Type } & \multicolumn{1}{[c]}{ Constraint (Column Level) } \ \hline Project Code & Number(5) & Should not be empty and not repeated \hline Title & Varchar2(15) & \hline Budget & Number(8) & Should be more than 20000 \hline \end{tabular} cs. vs. 1003
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