Class 8 Notes

SQL
• Similar to an excel spreadsheet
• Id will always be your first column which is consider a primary key
• Foreign keys will refer to primary keys in a different tables
• Timestamp has the creation date for entry
• Extra auto_increment will auto increment the field


PHP
• @ - It is used just before a function to make the interpreter suppress errors that would be generated when using that function

Comments