Adding rows to a table
INSERT INTO sources
(
   name,
     ra,
     dec,
     bmag,
     rmag
)
VALUES
( 'NGC7072', 21.45694, -43.37306, 14.31, 13.33 );