What is a primary key?
A unique ID to identify a row in the same tabel
What are 4 primare SQL operations
What is a foreign key
A key that can identify a unique row in another table.
What is a SQL injection?
is the placement of malicious code in SQL statements, via web page input. SQL injection is one of the most common web hacking techniques. SQL injection is a code injection technique that might destroy your database.
So place user input outside of the SQL Query