Question: 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
Get step-by-step solutions from verified subject matter experts
