Comment on Why does nobody seem to know what imperative and declarative actually mean?Comments−smitty1e4yImperative: must do now.Declarative: assert what's to occur.In SQL, DDL is declarative, DML is imperative.And here's where I find out that I am "wrong".
Comments
Imperative: must do now.
Declarative: assert what's to occur.
In SQL, DDL is declarative, DML is imperative.
And here's where I find out that I am "wrong".