sql tekshiruvi laboratoriyasi

DOC 2 pages 28.0 KB Free download

Page preview (2 pages)

Scroll down 👇
1 / 2
ma’lumotlar tahlilchisi bo‘ling 1-lobaratoriya 1.select* from invoice where invoicedate like '2013%' 2.select firstname, lastname, country from customer where ((country='brazil')or(country='canada')or(country='india')or(country='sweden')) 3.select t.name, t.composer, a.title from album as a join track as t on t.albumid=a.albumid where t.name like "a%" and t.composer is not null; 4.select c.firstname, c.lastname, i.total from customer c join invoice i on c.customerid=i.customerid order by i.total desc limit 10 2-laboratoriya 1.select billingcountry, count(invoicedate) as invoices from invoice group by billingcountry order by invoices desc; 2. select billingcity, max(totalsum) as total from ( select billingcity, sum(total) as totalsum from invoice group by billingcity); 3. select c.customerid, c.firstname, c.lastname, sum(i.total) as totalspent from customer c, invoice i where c.customerid=i.customerid group by (i.customerid) order by totalspent desc limit 1; 4. select distinct email,firstname,lastname,e.name from customer a,invoice b,invoiceline c,track d,genre e where a.customerid=b.customerid and b.invoiceid=c.invoiceid and c.trackid=d.trackid and d.genreid=e.genreid and e.name = 'rock' order by email; 5. with tab1 as ( select c.customerid, …
2 / 2
sql tekshiruvi laboratoriyasi - Page 2

Want to read more?

Download all 2 pages for free via Telegram.

Download full file

About "sql tekshiruvi laboratoriyasi"

ma’lumotlar tahlilchisi bo‘ling 1-lobaratoriya 1.select* from invoice where invoicedate like '2013%' 2.select firstname, lastname, country from customer where ((country='brazil')or(country='canada')or(country='india')or(country='sweden')) 3.select t.name, t.composer, a.title from album as a join track as t on t.albumid=a.albumid where t.name like "a%" and t.composer is not null; 4.select c.firstname, c.lastname, i.total from customer c join invoice i on c.customerid=i.customerid order by i.total desc limit 10 2-laboratoriya 1.select billingcountry, count(invoicedate) as invoices from invoice group by billingcountry order by invoices desc; 2. select billingcity, max(totalsum) as total from ( select billingcity, sum(total) as totalsum from invoice group by billingcity); 3. select c.customeri...

This file contains 2 pages in DOC format (28.0 KB). To download "sql tekshiruvi laboratoriyasi", click the Telegram button on the left.

Tags: sql tekshiruvi laboratoriyasi DOC 2 pages Free download Telegram