INSERT INTO allows inserting one or more tuples into a table. For a single tuple, values are specified in parentheses after the table name. For multiple tuples, a SELECT statement retrieves data to insert.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
6 views1 page
Shell Scripting
INSERT INTO allows inserting one or more tuples into a table. For a single tuple, values are specified in parentheses after the table name. For multiple tuples, a SELECT statement retrieves data to insert.