DEV Community

Discussion on: What was the hardest concept you had to wrap your head around?

Collapse
 
patarapolw profile image
Pacharapol Withayasakpunt • Edited

Problems with database in general, actually

  • Relationships and Foreign key constraints
  • Maintenance, updating, altering tables / columns, migrations and changing schemas.
  • Triggers. SQL-native, but not the-other-side-native programming.