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
9 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
10 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