Answer:
Check the explanation
Step-by-step explanation:
A DLL can be classified as a library that comprises of code and data which can be used by more than one program at the same time.
a DDL statement in answering the question above can be seen below:
ALTER ProjAssignment ADD AssignDatw Date DEFAUT getdate() NOT NULL;
Default is keyword to set default date fetch by function getdate() i.e. current date.