profile
멈춤을 두려워할 것
post-thumbnail

LeetCode - 601. Human Traffic of Stadium (Oracle)

Write a solution to display the records with three or more rows with consecutive id's, and the number of people is greater than or equal to 100 for ea

6일 전
·
0개의 댓글
·
post-thumbnail

[이론] PL/SQL - Collection, 컬렉션이란?

Oracle DB에서 제공하는 자료구조 중 하나레코드와 유사한 데이터 타입이나, 한층 향상되고 확장된 형태동일 타입의 여러 데이터를 단일 변수에 저장배열과 같다고 생각하면 편하다.class와 유사하게 생성자를 통해 초기화화며,컬렉션 메서드를 제공해 값의 수정, 삭제를

2025년 3월 30일
·
0개의 댓글
·
post-thumbnail

LeetCode - 3497. Analyze Subscription Conversion (Oracle)

A subscription service wants to analyze user behavior patterns. The company offers a 7-day free trial, after which users can subscribe to a paid plan

2025년 3월 29일
·
0개의 댓글
·
post-thumbnail

LeetCode - 1436. Destination City (Python)

You are given the array paths, where paths\[i] = \[cityAi, cityBi] means there exists a direct path going from cityAi to cityBi. Return the destinatio

2025년 3월 28일
·
0개의 댓글
·
post-thumbnail

[이론] PL/SQL - TRIGGER, 트리거란?

DML : INSERT, UPDATE, DELETE 쿼리가 수행될 때,자동으로 수행되는 PROCEDURE의 일종DB의 특정 이벤트가 발생하면 자동 실행되는 이벤트 핸들러COL의 각 ROW에서 값 변화가 생길때마다 실행:old, :new트리거 사건에 의해 단 한번 수행,

2025년 3월 25일
·
0개의 댓글
·
post-thumbnail

LeetCode - 3482. Analyze Organization Hierarchy (Oracle)

Write a solution to analyze the organizational hierarchy and answer the following:Hierarchy Levels: For each employee, determine their level in the or

2025년 3월 25일
·
0개의 댓글
·
post-thumbnail

LeetCode - 3421. Find Students Who Improved (Oracle)

Write a solution to find the students who have shown improvement. A student is considered to have shown improvement if they meet both of these conditi

2025년 3월 24일
·
0개의 댓글
·
post-thumbnail

[이론] PL/SQL - CURSOR, 커서란?

쿼리문에 의해 반환되는 결과값들을 저장하는 메모리 공간에 대한 포인터SQL문을 처리한 결과 집합을 가리킨다.결과 집합은 Oracle 서버 프로세스 내부의 Private SQL Area 메모리 영역에 저장Private SQL Area는 특정 쿼리에 대한 결과를 저장 및

2025년 3월 19일
·
0개의 댓글
·
post-thumbnail

[이론] PL/SQL - Procedure, 프로시저란?

최근 업무에서 사용하는 Oracle 기반으로 작성되었습니다.특정 로직을 처리하고 RETURN 값이 없는 서브 프로그램특정 작업을 수행하기 위한 명령어 집합미리 정의된 로직을 가진 이름 있는 코드 블록TABLE에 대해 데이터를 추출(조작)해 이를 다른 TABLE에 저장,

2025년 3월 17일
·
0개의 댓글
·
post-thumbnail

LeetCode - 3475. DNA Pattern Recognition (Oracle)

Biologists are studying basic patterns in DNA sequences. Write a solution to identify sample_id with the following patterns:Sequences that start with

2025년 3월 11일
·
0개의 댓글
·
post-thumbnail

LeetCode - 3436. Find Valid Emails (Oracle)

Write a solution to find all the valid email addresses. A valid email address meets the following criteria:It contains exactly one @ symbol.It ends wi

2025년 3월 10일
·
0개의 댓글
·
post-thumbnail

[이론] DB 모델링 - 논리적 모델링

ERD를 도출한 후, 삽입, 삭제, 갱신 이상을 핸들링하는 과정정규화를 통해 해결한다.1\. 삽입 이상불필요 정보를 함께 저장하지 않고 특정 데이터를 저장하는 것이 불가능한 경우2\. 갱신 이상반복된 데이터 중 일부만 수정 시, 데이터의 불일치가 발생하는 경우3\. 삭

2025년 3월 9일
·
0개의 댓글
·
post-thumbnail

[이론] DB 모델링 - 개념적 모델링

현실 세계를 단순화시켜 표현하는 것시간, 돈을 절약하는 기법다수가 사용하는 공통 기반주어진 개념으로부터 논리적인 데이터 모델을 구성하는 작업DB의 골격을 이해하고, 모델의 기능과 성능적인 측면에서의 효율적 작성을 필요로 함업무의 관심 대상이 되는 정보를 갖고 있거나,

2025년 3월 9일
·
0개의 댓글
·
post-thumbnail

[잡담] 취업 후기

약 8개월 간의 취준 여정을 마치고,서울우유협동조합 IT 직무로 입사하였다.분명 Front-End를 위주로 공부하다가 뜬금없이 뭔 서울우유냐 하겠지만나도 뜬금없었다.일단 진짜로 끝까지 붙을 줄 몰랐고,여기를 붙어서 갈 줄도 몰랐다.최종에 타 회사들 면접이 같이 겹쳐서

2025년 3월 3일
·
0개의 댓글
·
post-thumbnail

LeetCode - 529. Minesweeper (JavaScript)

Let's play the minesweeper game (Wikipedia, online game)!You are given an m x n char matrix board representing the game board where:'M' represents an

2025년 1월 13일
·
0개의 댓글
·
post-thumbnail

LeetCode - 141. Linked List Cycle (JavaScript)

Given head, the head of a linked list, determine if the linked list has a cycle in it.There is a cycle in a linked list if there is some node in the l

2025년 1월 8일
·
0개의 댓글
·
post-thumbnail

[이론] Recoil에 대해

Recoil은 React에서의 상태 관리 라이브러리 중 하나이다.전역 상태 관리를 위한 다양한 라이브러리(React-redux, MobX, zustand)를 사용하는데, 그 중 하나이다.Atomic. 즉, 원자성을 가진 상태관리 라이브러리로서 비교적 가벼운 러닝 커브와

2024년 12월 26일
·
0개의 댓글
·
post-thumbnail

LeetCode - 79. Word Search (C++)

Given an m x n grid of characters board and a string word, return true if word exists in the grid.The word can be constructed from letters of sequenti

2024년 11월 18일
·
0개의 댓글
·
post-thumbnail

LeetCode - 165. Compare Version Numbers (JavaScript)

Given two version strings, version1 and version2, compare them. A version string consists of revisions separated by dots '.'. The value of the revisio

2024년 11월 17일
·
0개의 댓글
·
post-thumbnail

LeetCode - 1185. Day of the Week (C++)

Given a date, return the corresponding day of the week for that date.The input is given as three integers representing the day, month and year respect

2024년 11월 17일
·
0개의 댓글
·