Kamran Ahmed
0d8b039114
Prepare for 2025
3 months ago
Rikuya Osawa
8cf5765349
fix: replace the missing resource with another resource ( #7887 )
4 months ago
dsh
ca1abffc36
replaced broken link ( #7176 )
7 months ago
blubu
4ac9e7b12c
Update what-are-relational-databases@R9DQNc0AyAQ2HLpP4HOk6.md ( #7017 )
7 months ago
Pedro Ramos
ec60a125af
Fix markdown of SQL 'GROUP BY' and 'MAX' pages ( #6963 )
7 months ago
dsh
1859e94184
Add content to SQL Roadmap ( #6873 )
...
* complete sql content
* add links to topics
---------
Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
7 months ago
Sarkis Kovlekjian
17b63fa7a7
SQL JOINS Clause Formatting ( #6885 )
...
bullet point for each operation to make document more readable
7 months ago
Sarkis Kovlekjian
f16c2a8afd
Update SQL Roadmap UPDATE Statement Node. ( #6784 )
...
* Fill update node with info
Add relevant info.
Any new proposals welcome
* remove emoji and code formatting as suggested in PR review
7 months ago
Atharva Warang
216783571c
Update select statement ( #6780 )
7 months ago
Sarkis Kovlekjian
b4868b71b3
SQL roadmap drop table keywoard highlight ( #6759 )
...
highlight - by transforming to bold - words that are crucial to be stressed on
8 months ago
Sarkis Kovlekjian
a22d54dbb4
Update data-manipulation-language by adding articles ( #6760 )
...
Add article links
8 months ago
Stavros Siamantas
2d5e49e732
fix: add missing topic files ( #6564 )
8 months ago
dsh
7023168b77
Add content to sql roadmap ( #6535 )
...
* updated half of the content
* remove tsql links
8 months ago
Kamran Ahmed
ff11b7c8ad
Fix styling
8 months ago
Kamran Ahmed
72f4faaf67
Add sql roadmap
8 months ago
Alan Klimowski
92b519396d
FIx links for sql vs nosql ( #6113 )
9 months ago
Ante Barić
6d983167c8
feat: daily.dev links ( #5860 )
...
* feat: add daily.dev link type
* feat: replace to feed label
* feat: add links to different pages
10 months ago
Sauradip Ghosh
e765771500
Update 101-alter-table.md ( #5830 )
10 months ago
Kamran Ahmed
390db65e32
Add types to links
10 months ago
Kamran Ahmed
bb848de581
Add iOS roadmap
10 months ago
Dan Holdsworth
f222ebddea
add DROP table sub-topic
11 months ago
Ashutosh Kumar
db4b2487f5
Update queries ( #5143 )
...
* Update index.md
added correct syntax for renaming table or column
* Update src/data/roadmaps/sql/content/102-ddl/index.md
* Update src/data/roadmaps/sql/content/102-ddl/index.md
* Update src/data/roadmaps/sql/content/102-ddl/index.md
* Update src/data/roadmaps/sql/content/102-ddl/index.md
* Update src/data/roadmaps/sql/content/102-ddl/index.md
---------
Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
11 months ago
Ashutosh Kumar
f1fbca6fc9
Fix alter table query ( #5137 )
...
* Update 101-alter-table.md
Previously :
ALTER TABLE tableName
ALTER COLUMN columnName TYPE newDataType;
results in syntax error
Now:
ALTER TABLE tableName
MODIFY COLUMN columnName newDataType;
* Update 101-alter-table.md
Added how to drop an primary key
* Update src/data/roadmaps/sql/content/102-ddl/101-alter-table.md
Co-authored-by: dsh <daniel.s.holdsworth@gmail.com>
---------
Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
Co-authored-by: dsh <daniel.s.holdsworth@gmail.com>
11 months ago
Mindy Flores
e1f32a13ab
Fix query ( #5424 )
...
Description of having clause filter is incorrect. The current query filters for Customers with a total amount strictly greater than $3000.
11 months ago
nikob-dev
0ec50a1ee4
Remove topic text ( #5307 )
...
Removing no-context spam at the bottom.
11 months ago
Luiz Felipe dos Santos Pereira
4d35795899
Fix typos in SQL roadmap ( #5112 )
...
The original text misleads the reader. A column subquery shouldn't use the "=" operator, but the "in" operator.
11 months ago
Tai
78be705f70
Update 103-avg.md
...
Added SQL language identifier to enable syntax highlighting
1 year ago
Siddharth Vijay Sai
1eb5a9c49d
Fix typos in the SQL Roadmap ( #5365 )
...
Updated the row query definition. Row queries can return not just one but multiple rows.
1 year ago
Dharun
63c3850f0e
fix: table alignment ( #5151 )
...
Small Alignment correction
1 year ago
Maharshi Choksi
ccbaa1fe6d
Update index.md
...
Added a kind of join (Natural Join).
1 year ago
Dhruv Kumar
c51438142c
fix : year from 2023 to 2024 ( #4979 )
1 year ago
Akash Sharma
79a656e171
Fixing `PRIMARY_KEY` `NULL` constraint ( #4465 )
2 years ago
Hugo Poças
146022d1ed
Removed duplicate sentence ( #4325 )
...
removed the sentence:
"JOIN Queries
Absolutely, here’s a brief summary about SQL JOIN Queries:"
It's the same information as the sentence below and it doesn't give the impression it's answering anything.
2 years ago
Kamran Ahmed
21008de3d1
Prepare roadmaps for team edits
2 years ago
Kamran Ahmed
7274d8a54e
Add new badge to sql roadmap
2 years ago
Kamran Ahmed
80e80e7d9b
Add syntax highlighting for queries
2 years ago
Kamran Ahmed
8692f05f14
Add content for SQL roadmap
2 years ago
Kamran Ahmed
e5705bd6cc
Add SQL roadmap
2 years ago