Multiple choice technology databases The right syntax insert a row into a table is Insert to table tablename (….); Insert into table tablename (….); Insert into table tablename values (…..); Any one of the above Reveal answer Fill a bubble to check yourself C Correct answer