Hi .
I'm a DB2 developer and would like to know what will be the DB2 administrator role in mainframe?
DB2 admin will be responsible for inserting rows and columns in the table?
Could any one provide me the details of DB2 admin roles.
Thanks,
parthi
Adding a row is nothing more than adding data to the table. This would not be an admin function but an application programmer or user to add the data. Adding columns is changing the table layout, which would be an admin function -- along with managing space, debugging abends, and creating indexes.DB2 admin will be responsible for inserting rows and columns in the table?