Adding rows to a table
•
INSERT INTO sources
•
(
name,
•
ra,
•
dec,
•
bmag,
•
rmag
•
)
•
VALUES
•
( 'NGC7072', 21.45694, -43.37306, 14.31, 13.33 );
Layout is free format
How to use numerical constant and character constants (delimited by single quotes)