As in summary. Consider following database: create table a_table(id integer primary key, a_column varchar(32) not null, another_column varchar(32)); create alias a ...