SQLAssignment1
There are currently no pipelines.
To run a merge request pipeline, the jobs in the CI/CD configuration file must be configured to run in merge request pipelines and you must have sufficient permissions in the source project.
This SQL assignment involves creating and manipulating several tables within a SQLAssignments database, implementing various SQL concepts such as constraints (PRIMARY KEY, UNIQUE, CHECK, and DEFAULT), identity columns, computed columns, foreign key relationships with cascading actions, and performing multiple ALTER TABLE operations (changing data types, renaming columns, adding and dropping columns).
To run a merge request pipeline, the jobs in the CI/CD configuration file must be configured to run in merge request pipelines and you must have sufficient permissions in the source project.