Want to learn SQL? 🖥️ Here is a map of all the most important SQL commands & functions you should know 👇

DanKornas's tweet image. Want to learn SQL? 🖥️

Here is a map of all the most important SQL commands & functions you should know 👇

Database stuff I’d study if I wanted to understand scaling deeply: Bookmark this. B+ Trees LSM Trees Write-Ahead Logging Two-Phase Commit Three-Phase Commit Read Replicas Leader-Follower Replication Partitioning Query Caching Secondary Indexes Vector Indexes (FAISS, HNSW)…

asmah2107's tweet image. Database stuff I’d study if I wanted to understand scaling deeply:

Bookmark this.

B+ Trees
LSM Trees
Write-Ahead Logging
Two-Phase Commit
Three-Phase Commit
Read Replicas
Leader-Follower Replication
Partitioning
Query Caching
Secondary Indexes
Vector Indexes (FAISS, HNSW)…

✨ LangChain Education Series: Post 1 In this post, I will show how to build your first SQL Agent fast using @LangChainAI. A step by step guide 🧵 👇

itsafiz's tweet image. ✨ LangChain Education Series: Post 1 

In this post, I will show how to build your first SQL Agent fast using @LangChainAI.

A step by step guide 🧵 👇

DAY 2 of my 30 day SQL Explored the 4 main sub languages in SQL : Data definition language, data manipulation language, data control language and Transaction language. Dived into Data Definition language; The create command, the alter command and the drop command.

Stacierealm's tweet image. DAY 2 of my 30 day SQL 

Explored the  4 main sub languages in SQL :
Data definition language, data manipulation language, data control language and Transaction language.
 Dived into Data Definition language;
The create command, the alter command and the drop command.
Stacierealm's tweet image. DAY 2 of my 30 day SQL 

Explored the  4 main sub languages in SQL :
Data definition language, data manipulation language, data control language and Transaction language.
 Dived into Data Definition language;
The create command, the alter command and the drop command.

YT Playlists to Learn Complete SQL Database Design Course freeCodeCamp youtube.com/watch?v=ztHopE… SQL (Full Course) - QAFox youtube.com/watch?v=pVKT4N… SQL Tutorial - Full Database Course for Beginners - freeCodeCamp youtube.com/watch?v=HXV3ze… SQL Tutorial for Beginners (and Technical…

iam_Uchenna's tweet card. SQL Tutorial - Full Database Course for Beginners

youtube.com

YouTube

SQL Tutorial - Full Database Course for Beginners


SQL Basics to Advance Notes 📘 To get it ✅ 1. Like and comment 'SQL' 2. Repost 🌠 3. Follow me so that, I can dm. #SQL

DAIEvolutionHub's tweet image. SQL Basics to Advance Notes 📘

To get it ✅

1. Like and comment 'SQL'
2. Repost 🌠
3. Follow me so that, I can dm.

#SQL

Comprehensive SQL data cleaning and preprocessing cheat sheet.

Eyowhite3's tweet image. Comprehensive SQL data cleaning and preprocessing cheat sheet.

SQL data cleaning and preprocessing cheat sheet

Eyowhite3's tweet image. SQL data cleaning and preprocessing cheat sheet

💡 Do you know SQL isn’t just about SELECT? SQL commands are divided into 5 powerful categories that make databases work smoothly 👇 🔸 DDL (Data Definition Language) → Create, Alter, Drop, Truncate, Rename 🔸 DML (Data Manipulation Language) → Insert, Update, Delete, Merge 🔸…

Krishnasagrawal's tweet image. 💡 Do you know SQL isn’t just about SELECT?
SQL commands are divided into 5 powerful categories that make databases work smoothly 👇

🔸 DDL (Data Definition Language) → Create, Alter, Drop, Truncate, Rename
🔸 DML (Data Manipulation Language) → Insert, Update, Delete, Merge
🔸…

Discovered a SQL injection in a big program: 1. Find subdomains with amass/subfinder 2. Fuzz to find new/unknown endpoints 3. Pick one endpoint to inspect further and fuzz POST requests 4. Boom! time-based blind SQLi #bugbountytips #wearehackerone #infosec #sqlinjection #sqli

0xdef1ant's tweet image. Discovered a SQL injection in a big program:
1. Find subdomains with amass/subfinder
2. Fuzz to find new/unknown endpoints
3. Pick one endpoint to inspect further and fuzz POST requests
4. Boom! time-based blind SQLi

#bugbountytips #wearehackerone #infosec #sqlinjection #sqli

SQL Basics to Advance Notes 📘 To get it ✅ 1. Follow me @daievolution so that, I can dm 2. Repost 🌠 3. Like and comment 'SQL' #SQL

DAIEvolutionHub's tweet image. SQL Basics to Advance Notes 📘

To get it ✅

1. Follow me @daievolution so that, I can dm
2. Repost 🌠
3. Like and comment 'SQL'

#SQL

try this amazing SQLi oneliner automation: subfinder -d testphp.vulnweb.com -all -silent | gau | urldedupe | gf sqli >sql.txt; sqlmap -m sql.txt --batch --dbs --risk 2 --level 5 --random-agent | tee -a sqli.txt

coffinxp7's tweet image. try this amazing SQLi oneliner automation:

subfinder -d testphp.vulnweb.com -all -silent | gau | urldedupe |
gf sqli >sql.txt; sqlmap -m sql.txt --batch --dbs --risk 2 
--level 5 --random-agent | tee -a sqli.txt

Complete SQl Joins Cheatsheet 📘 📚 Bookmark it now and save it ✅ #sql

Krishnasagrawal's tweet image. Complete SQl Joins Cheatsheet 📘 📚 

Bookmark it now and save it ✅ 

#sql

SQL Data cleaning and Preprocessing cheatsheet.

Eyowhite3's tweet image. SQL Data cleaning and Preprocessing cheatsheet.

It's so nice to find the right set of tools for a problem! I wanted to diff two huge SQL dumps and visually scan to confirm that they're different in the ways I expected. $ dwdiff -c -P a.sql b.sql

BMorearty's tweet image. It's so nice to find the right set of tools for a problem! I wanted to diff two huge SQL dumps and visually scan to confirm that they're different in the ways I expected. 

$ dwdiff -c -P a.sql b.sql

Day 2 of SQL - Components of SQL - Retrieving specific columns with SELECT - Using aliases for column names Components of SQL: - Data Definition Language (DDL): Used for defining and modifying the structure of the database schema. Includes commands like CREATE, ALTER,…

maybeshalinii's tweet image. Day 2 of SQL 

- Components  of SQL  
- Retrieving specific columns with SELECT  
- Using aliases for column names

Components of SQL:

- Data Definition Language (DDL):
Used for defining and modifying the structure of the database schema.
Includes commands like CREATE, ALTER,…

Check this fantastic tool to visualize SQL queries. Damn - I would have needed it 13 years ago ;-) [Tool] SQLFlow buff.ly/3RH98rf #SQL #Visualization #Coding #Dev #DB #Data

david_das_neves's tweet image. Check this fantastic tool to visualize  SQL queries. Damn - I would have needed it 13 years ago ;-)
[Tool] SQLFlow
buff.ly/3RH98rf 

#SQL #Visualization #Coding #Dev #DB #Data

💥 Here's an amazing SQL cheat sheet! hubs.la/Q01RqzNV0 #SQL #CheatSheet

DataScienceDojo's tweet image. 💥 Here's an amazing SQL cheat sheet!
hubs.la/Q01RqzNV0

#SQL #CheatSheet

Master SQL IN 16 pages😍: An Amazing SQL Guide That You'll Love! To get it: 1. Follow me (so I can DM you) 2. Like and retweet 3. Reply with "SQL" #SQL

codedailyML's tweet image. Master SQL IN 16 pages😍:
An Amazing SQL Guide That You'll Love!

To get it:  

1. Follow me (so I can DM you) 
2. Like and retweet 
3. Reply with "SQL"  

#SQL

@DouglasSW I know about the context menu in the tree view. But miss menus and help text in the database overview. #sqldefrag


ไม่พบผลลัพธ์สำหรับ "#sqldefrag"
Loading...

Something went wrong.


Something went wrong.


United States Trends