Add a field - Date of completion with Date type to the registration table.Ensure Date of completion is greater that DOJ. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Add a field - Date of completion with Date type to the registration table.Ensure Date of completion is greater that DOJ.

What is the query for this, I tried altering the table and adding a constraint but it is not working.

17th May 2020, 7:16 AM
adarsh sandyal
adarsh sandyal - avatar
1 Answer
0
You need to alter table, and use check contraint. Tutorial links: https://www.oracletutorial.com/oracle-basics/oracle-alter-table-add-column/ https://www.oracletutorial.com/oracle-basics/oracle-check-constraint/ If it doesn't help, post what you have tried so far.
17th May 2020, 8:08 AM
Tibor Santa
Tibor Santa - avatar