News

MongoDB is a document store, which stores information ... INSERT INTO pet (name) VALUES ('Friar Tuck'); # add a column: ALTER TABLE pet ADD type VARCHAR(20)); # update existing record: UPDATE ...