Basics of Sets and Relations #1 A, B 합집합의 개수? {1,2,3,4,5,6,7,8} => 8 Basics of Sets and Relations #2 A, B 교집합의 개수? {2,3,4,5,6} => 5 Basics of Sets and Relations #3 A, B 차집합의 개수? {1} => 1 Basics of Sets and Relations #4 A x B 카테시안 곱으로 나올 수 있는 총 수는? 6 x 7 = 42 Basics of Sets and Relations #5 σ 는 표준편차라고 한다. σ(Number 2 select count(*) from Student where number < 3000; Basics of Sets and Relations #6..
Julia conducted a 15 days of learning SQL contest. The start date of the contest was March 01, 2016 and the end date was March 15, 2016. Write a query to print total number of unique hackers who made at least 1 submission each day (starting on the first day of the contest), and find the hacker_id and name of the hacker who made maximum number of submissions each day. If more than one such hacker..
Print Prime Numbers SET @i = 2; SET @isPrime = 0; SET @result = ''; DELIMITER $$ CREATE PROCEDURE PrintPrime(IN num INT) BEGIN WHILE @i 1 DO IF @i % @j = 0 THEN SET @isPrime = 0; END IF; SET @j = @j - 1; END WHILE; IF @isPrime = 1 THEN SET @result = CONCAT(@result, @i, '&'); END IF; SET @i = @i + 1; END WHILE ; SET @result = SUBSTR(@result, ..
- Total
- Today
- Yesterday
- 테슬라
- 코로나19
- python3
- 넷플릭스
- MSSQL
- 경구치료제
- list
- TSQL
- mysql
- Tableau
- python
- MS SQL Server
- 넥스트BT
- DATABASE
- SQL Server
- 해커랭크
- 에코캡
- insert
- tensorflow
- 동국알앤에스
- 분석탭
- 대원화성
- hackerrank
- HK이노엔
- 리비안
- Weather Observation Station
- 몰누피라비르
- 미중무역전쟁
- string
- 매매일지
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |