Anonymous ID: ddf4c0 April 8, 2020, 7:31 p.m. No.8730048   🗄️.is 🔗kun   >>0209

>>8729977

Sorry anon, that is a snippet of Python code. Line 6 defines a function. Line 7 is a SQL command within that function.

The string order_insert is not a SQL command; the programmer could have called it anything but they chose order_insert because they are inserting a customer order into a database using SQL.

 

Take a look at https://www.w3schools.com/SQL/sql_quickref.asp and you can't find it because it isn't a SQL command. (Hint: SQL commands are written in CAPS.)