Explain Codes LogoExplain Codes Logo

Best Articles — Page 138

How to find rows that have a value that contains a lowercase letter

sql
case-sensitivity
collation
regex

Best practices on primary key, auto-increment, and UUID in SQL databases

sql
best-practices
performance
database-design

Hibernate: hbm2ddl.auto=update in production?

java
hibernate
database-schema
data-integrity

Removing black dots from li and ul

html
responsive-design
css
accessibility

Changing names of parameterized tests

java
test-engineering
best-practices
unit-testing

Submitting a form on 'Enter' with jQuery?

javascript
form-submission
jquery
event-handling

Org.postgresql.util.psqlexception: FATAL: sorry, too many clients already

sql
connection-pooling
database-performance
postgresql-optimization

Session only cookies with Javascript

javascript
session-management
cookies
javascript-utility-functions

Error 1148: The used command is not allowed with this MySQL version

sql
mysql
database-security
data-import

Sql: Two select statements in one query

sql
join
union
sql-queries

How do I detect keypresses in JavaScript?

javascript
event-handling
keyboard-events
javascript-fundamentals

How do I add multiple "NOT LIKE '%?%' in the WHERE clause of sqlite3?

sql
prompt-engineering
best-practices
performance

Select the max value of each group

sql
prompt-engineering
best-practices
join

Why should I use `li` instead of `div`?

html
semantic-html
accessibility
seo

How to delete an item in a list if it exists?

python
list-comprehension
try-except
performance

How to get rid of extra space below svg in div element

html
css
responsive-design
browser-compatibility

How to select unique records by SQL

sql
distinct
group-by
sql-syntax

Replacing Entire Page Including Head Using Javascript

javascript
prompt-engineering
functions
callbacks

How to test if a double is an integer

java
floating-point-arithmetic
precision
mathematical-integer

What's the purpose of SQL keyword "AS"?

sql
best-practices
join
sub-queries