|< < 6 > >|

Insert

Insert one row — specify columns

insert into T(x, y, z, k) values (40, 444, 'for four fore', 4);
  • Columns are normally specified in order of declaration.
  • But they don't have to be.

|< < 6 > >|