SyntaxFix
Write A Post
Hire A Developer
Questions
🔍
[database] Database development mistakes made by application developers
Home
Question
Database development mistakes made by application developers
Dismissing an ORM like Hibernate out of hand, for reasons like "it's too magical" or "not on
my
database".
Relying too heavily on an ORM like Hibernate and trying to shoehorn it in where it isn't appropriate.
Examples related to
database
•
Implement specialization in ER diagram
•
phpMyAdmin - Error > Incorrect format parameter?
•
Authentication plugin 'caching_sha2_password' cannot be loaded
•
Room - Schema export directory is not provided to the annotation processor so we cannot export the schema
•
SQL Query Where Date = Today Minus 7 Days
•
MySQL Error: : 'Access denied for user 'root'@'localhost'
•
SQL Server date format yyyymmdd
•
How to create a foreign key in phpmyadmin
•
WooCommerce: Finding the products in database
•
TypeError: tuple indices must be integers, not str
Examples related to
database-design
•
What are OLTP and OLAP. What is the difference between them?
•
How to create a new schema/new user in Oracle Database 11g?
•
What are the lengths of Location Coordinates, latitude and longitude?
•
cannot connect to pc-name\SQLEXPRESS
•
SQL ON DELETE CASCADE, Which Way Does the Deletion Occur?
•
What are the best practices for using a GUID as a primary key, specifically regarding performance?
•
"Prevent saving changes that require the table to be re-created" negative effects
•
Difference between scaling horizontally and vertically for databases
•
Using SQL LOADER in Oracle to import CSV file
•
What is cardinality in Databases?