Which of the following can be used to ensure that once a row has been inserted in table TABLEX, the column MAINID in that row cannot be updated?()
- ADefine the column MAINID as NOT UPDATABLE
- BDefine the column MAINID as a PRIMARY KEY
- CDefine the column MAINID as a FOREIGN KEY
- DDefine an UPDATE trigger on table TABLEX