SQL Fun.damentals
https://tryhackme.com/room/sqlfundamentals
Primary Keys & Foreign Keys

SQL Commands
Create Operation
Read Operation (select)
Update Operation
Delete Operation
Clauses
Distinct Clause
Group by clause
Order by clause
Having Clause
OR operator
More Operators
Functions
LEnGTH()
SUM()
COUNT()
MAX() & MIN()
SUBSTRING()
CONCAT()
GROUP_CONCAT()
Final question in this room
Using the tools_db database, what are the tool names where the amount does not end in 0, and group the tool names concatenated by " & ".
tools_db database, what are the tool names where the amount does not end in 0, and group the tool names concatenated by " & ".Last updated
