About the SQL FAQ category
|
|
0
|
477
|
December 30, 2017
|
How do we search for patterns containing the actual characters "%" or "_"?
|
|
7
|
30337
|
October 25, 2020
|
Is there a shorter way to insert multiple rows in a table?
|
|
21
|
78703
|
June 20, 2020
|
Can a WHERE clause be applied with a HAVING statement in the same query?
|
|
5
|
17330
|
October 29, 2020
|
When should I use INNER JOIN instead of LEFT JOIN?
|
|
17
|
31221
|
October 15, 2020
|
Can we add a column at a specific position to a table?
|
|
15
|
43962
|
February 17, 2021
|
Does the order of tables in a JOIN matter?
|
|
4
|
20850
|
January 28, 2021
|
What happens if tables we perform UNION on have duplicate rows?
|
|
11
|
24179
|
February 6, 2021
|
What are some ways that SQL is used in data science?
|
|
5
|
59544
|
January 20, 2021
|
Can we use WITH for more than one nested query in SQL?
|
|
11
|
12078
|
January 31, 2021
|
Can we alias multiple columns in a single query?
|
|
6
|
34312
|
February 11, 2021
|
What are some reasons to apply constraints to a table?
|
|
12
|
27128
|
May 5, 2020
|
How can we get the average of unique values of a column?
|
|
8
|
19725
|
January 24, 2021
|
What's the difference between COUNT(1), COUNT(*), and COUNT(column_name)?
|
|
9
|
24884
|
December 7, 2019
|
Does COUNT() include duplicate values of a column?
|
|
14
|
33959
|
November 10, 2020
|
Can we apply DISTINCT to a SELECT query with multiple columns?
|
|
5
|
73059
|
February 11, 2020
|
When should we use each type of JOIN?
|
|
1
|
6705
|
November 29, 2020
|
When storing missing data, should I store them as NULL?
|
|
11
|
27136
|
February 23, 2021
|
When applying the BETWEEN operator on TEXT values, how are values compared?
|
|
3
|
21345
|
July 3, 2020
|
How is ALTER different from UPDATE?
|
|
10
|
49831
|
January 16, 2021
|
When using GROUP BY, do we always have to group by a selected column?
|
|
9
|
19563
|
February 18, 2021
|
Do SQL clauses always have to be entirely capitalized?
|
|
8
|
31771
|
August 19, 2020
|
Can we apply ORDER BY with multiple columns?
|
|
13
|
25212
|
August 21, 2020
|
Is the `AND` used in `BETWEEN` the same as the `AND` operator between conditions?
|
|
3
|
19482
|
January 18, 2021
|
Are there guidelines to splitting a table as provided in the example?
|
|
8
|
13178
|
January 23, 2021
|
Where can we access other free datasets?
|
|
1
|
5992
|
July 13, 2020
|
Can you CROSS JOIN on more than two tables?
|
|
13
|
12183
|
January 30, 2021
|
Can we see a database's schema without being given a diagram?
|
|
0
|
6677
|
November 22, 2018
|
When doing an INNER JOIN, are columns matched on NULL values?
|
|
8
|
14429
|
January 27, 2021
|
Can we apply the LIKE operator to values other than TEXT?
|
|
10
|
36362
|
November 5, 2020
|