Содержание
- 2. 2 запрос select title, price from titles where price = $6 1 запрос select price from
- 3. Уровневый запрос select au_lname, au_fname from authors where au_id in (select au_id from titleauthor where title_id
- 4. update titles set price = price * 2 where pub_id in (select pub_id from publishers where
- 5. if exists (select title_id from titles where type = "business") begin delete salesdetail where title_id in
- 6. select au_lname, au_fname from authors where city = (select city from publishers where pub_name = "ОдесаДрук")
- 8. Скачать презентацию