Explain Codes LogoExplain Codes Logo

Best Articles — Page 349

Sqlplus statement from the command line

sql
sqlplus
security
complex-queries

Sort by column ASC, but NULL values first?

sql
nulls-first
query-optimization
case-statement

Best way to find the intersection of multiple sets?

python
set-operations
reduce
code-readability

How can I make my flexbox layout take 100% vertical space?

html
flexbox
css-grid
viewport

Make a link open a new window (not tab)

javascript
window-open
pop-up-blockers
browser-behaviors

Endswith in JavaScript

javascript
endswith
performance
regex

How to use a different version of python during NPM install?

python
npm
version-management
virtual-environments

Difference between Select Unique and Select Distinct

sql
select-distinct
data-integrity
unique-constraints

Generate a resultset of incrementing dates in T-SQL

sql
date-generation
performance
common-table-expressions

Decode HTML Entities in Python String?

python
html-entities
data-integrity
html-parser

Make iframe automatically adjust height according to the contents without using scrollbar?

html
iframe-resizing
responsive
cross-domain

What is the difference between JDK and JRE?

java
jdk
jre
java-development

Aligning a float:left div to center?

html
flexbox
responsive-design
animations

Get mySQL MONTH() to use leading zeros?

sql
date-format
leading-zeros
time-zones

Javascript Form Submit - Confirm or Cancel Submission Dialog Box

javascript
form-validation
user-experience
dialog-box

How can I make all images of different height and width the same via CSS?

html
responsive-design
css
object-fit

How to mix links ( <a> tag ) and headings ( <h1> tag ) in web standard?

html
html5
accessibility
user-experience

Mysql CREATE FUNCTION Syntax

sql
functions
best-practices
error-handling

How to select rows that have the current day's timestamp?

sql
date-comparison
indexing
execution-plans

Manually raising (throwing) an exception in Python

python
exception-handling
custom-exceptions
debugging