You are given two tables: Students and Grades. Students contains three columns ID, Name and Marks. Grades contains the following data: Ketty gives Eve a task to generate a report containing three columns: Name, Grade and Mark. Ketty doesn't want the NAMES of those students who received a grade lower than 8. The report must be in descending order by grade -- i.e. higher grades are entered first. ..
Population Census Given the CITY and COUNTRY tables, query the sum of the populations of all cities where the CONTINENT is 'Asia'. Note: CITY.CountryCode and COUNTRY.Code are matching key columns. Input Format The CITY and COUNTRY tables are described as follows: SELECT SUM(A.population) FROM CITY A JOIN COUNTRY B ON A.CountryCode = B.Code WHERE B.CONTINENT = 'Asia'; African Cities Given the CIT..
Weather Observation Station 2 Query the following two values from the STATION table: The sum of all values in LAT_N rounded to a scale of 2 decimal places. The sum of all values in LONG_W rounded to a scale of 2 decimal places.Input Format The STATION table is described as follows: where LAT_N is the northern latitude and LONG_W is the western longitude. Output Format Your results must be in the..
Revising Aggregations - The Count Function Query a count of the number of cities in CITY having a Population larger than 100,000. Input Format SELECT COUNT(*) FROM CITY WHERE POPULATION > 100000; Revising Aggregations - The Sum Function Query the total population of all cities in CITY where District is California. Input Format SELECT SUM(POPULATION) FROM CITY WHERE DISTRICT = 'California'; Revis..
- Total
- Today
- Yesterday
- Weather Observation Station
- 몰누피라비르
- 매매일지
- TSQL
- 에코캡
- 미중무역전쟁
- 테슬라
- 해커랭크
- python
- python3
- SQL Server
- 분석탭
- MS SQL Server
- tensorflow
- insert
- mysql
- list
- 동국알앤에스
- MSSQL
- hackerrank
- 넥스트BT
- HK이노엔
- 경구치료제
- DATABASE
- 넷플릭스
- 대원화성
- 리비안
- string
- 코로나19
- Tableau
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |