Bad Practice in SQL — Use Application Enums Instead of Fixed Database Enums
Share

In SQL, if you want to represent a specific state, you might be tempted to use a database-native ENUM.

 

 In SQL, if you want to represent a specific state, you might be tempted to use a database-native ENUM.Continue reading on Medium » Read More Sql on Medium 

#sql

By ali

Leave a Reply