File tree Expand file tree Collapse file tree 2 files changed +95
-0
lines changed Expand file tree Collapse file tree 2 files changed +95
-0
lines changed Original file line number Diff line number Diff line change 77- [ Asynchronous programming] ( Skills/Async.md )
88- [ Node.js and Backend] ( Skills/NodeJS.md )
99- [ Multi-paradigm programming] ( Skills/Paradigms.md )
10+ - [ Databases] ( Skills/Databases.md )
1011- [ Architecture] ( Skills/Architecture.md )
1112
1213## How to use
Original file line number Diff line number Diff line change 1+ ## Databases
2+
3+ - Theory and concepts
4+ - Data types
5+ - Performance tuning
6+ - Migrations
7+ - Schema versioning
8+ - Backup and recovery
9+ - Database scalability
10+ - Relational databases
11+ - Key-value store
12+ - Tuple store
13+ - Graph databases
14+ - Object databases
15+ - Column databases
16+ - Navigational databases
17+ - Hierarchical databases
18+ - In-memory databases
19+ - Inverted index
20+ - Data control language (DCL)
21+ - Data definition language (DDL)
22+ - Data manipulation language (DML)
23+ - Data query language (DQL)
24+ - Relational
25+ - Entity-Relationship Diagram
26+ - Normal forms
27+ - Indexing
28+ - Promary keys
29+ - Foreign keys
30+ - Transactions
31+ - Views
32+ - Subqueries
33+ - Stored procedures
34+ - SQL functions
35+ - Materialized views
36+ - Replications
37+ - Virtualization
38+ - SQL
39+ - ` SELECT `
40+ - ` INSERT `
41+ - ` UPDATE `
42+ - ` DELETE `
43+ - ` LIMIT `
44+ - ` OFFSET `
45+ - ` ORDER BY `
46+ - ` GROUP BY `
47+ - ` HAVING `
48+ - ` EXISTS `
49+ - ` JOIN `
50+ - ` INNER JOIN `
51+ - ` LEFT JOIN `
52+ - ` RIGHT JOIN `
53+ - ` UNION `
54+ - ` DISTINCT `
55+ - ` WHERE `
56+ - ` LIKE `
57+ - ` IN `
58+ - ` BETWEEN `
59+ - ` CREATE TABLE `
60+ - ` ALTER TABLE `
61+ - ` DROP TABLE `
62+ - ` PRIMARY KEY `
63+ - ` FOREIGN KEY `
64+ - ` CHECK `
65+ - ` DEFAULT `
66+ - ` INDEX `
67+ - ` UNIQUE `
68+ - ` GRANT `
69+ - ` REVOKE `
70+ - ` DENY `
71+ - ` EXPLAIN `
72+ - Engines
73+ - PostgreSQL
74+ - Oracle
75+ - MySQL
76+ - MariaDB
77+ - MS SQL Server
78+ - Redis
79+ - Rabbit
80+ - MongoDB
81+ - Memcached
82+ - Riak
83+ - DB2
84+ - SQLite
85+ - DynamoDB
86+ - Firebase
87+ - Data engineering
88+ - Data warehousing
89+ - Business intelligence
90+ - Big data
91+ - Data analysis
92+ - AI tools
93+ - Cloud databses
94+ - Data Visualization
You can’t perform that action at this time.
0 commit comments