Adding rows to a table
•
INSERT INTO sources VALUES
( 'NGC7072', 21.45694, -43.37306, 14.31,
13.33 );
•
INSERT INTO sources (name, rmag)
VALUES ('NGC891', 16.45);