add ldap,python and sql workshops
This commit is contained in:
26
slides/sql/sql.md
Normal file
26
slides/sql/sql.md
Normal file
@@ -0,0 +1,26 @@
|
||||
# SQL baze podataka
|
||||
|
||||
# Tabele
|
||||
|
||||
Tabela
|
||||
|
||||

|
||||
|
||||
# Baza
|
||||
|
||||
- vise tabela u jednoj bazi
|
||||
- pristup preko mreze
|
||||
- SQL jezik
|
||||
- pozivanje upita iz drugih jezika
|
||||
|
||||
# SQL
|
||||
|
||||
- SELECT username,password FROM userstable
|
||||
- SELECT * FROM userstable
|
||||
- SELECT password FROM userstable WHERE username='korisnik1'
|
||||
- INSERT INTO userstable (username, password) VALUES (newuser3, pass1)
|
||||
|
||||
# Bezbednost
|
||||
|
||||
- SQL injection
|
||||
- PDO
|
BIN
slides/sql/sql.pdf
Normal file
BIN
slides/sql/sql.pdf
Normal file
Binary file not shown.
BIN
slides/sql/table.png
Normal file
BIN
slides/sql/table.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 22 KiB |
Reference in New Issue
Block a user