Focus mode
SELECT SUM(id) FROM test
SELECT MIN(id) FROM test
SELECT MAX(id) FROM test
SELECT COUNT(id) FROM test
SELECT COUNT(DISTINCT soyisim) FROM test
SELECT COUNT(id) toplam, soyisim FROM test GROUP BY soyisim
SELECT COUNT(id) toplam, soyisim FROM test GROUP BY soyisim HAVING toplam > 5
Programs to Accelerate Your Progress in a Software Career
Join our 4-8 month intensive Patika+ bootcamps, start with the fundamentals and gain comprehensive knowledge to kickstart your software career!
You need to enroll in the course to be able to comment!