Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
SQL
SQL
borderStylesolid
insert into ACCOUNTCME values (1, 'Phani',2000);
insert into ACCOUNTCME values (12, 'Nag',2000);

After inserting the rows, table will look like the below screen shot.

...