I'm a student and wanting to know if the syntax for C++ insert/update/delete statements for adding records to a table is the same or similar to statements in SQL?
I've searched and can't really find a difinitive answer for C++.
ie.
insert into tableName values whatever
delete from tableName values where columnName = "whatever"