useCase12: recept.sql

File recept.sql, 135 bytes (added by 165030, 6 months ago)
Line 
1-- Recept id = 2
2select * from recepti r
3where r.rec_id = 2;
4-- Site sliki za receptot
5select * from sliki s
6where s.rec_id = 2;