Tag: sql

Jupyter Notebook에서 SQL 실행하기

라이브러리 설치 공통적으로 다음 라이브러리를 설치한다 1pip install ipython-sql 접속하고자 하는 DB에 맞게 라이브러리를 설치한다 1234567891011# sql serverpip install pyodbc# PostgreSQL pip install pyscopg2# MySQLpip install PyMySQL# Oracl

SQL TEST 6-7

SQL Subquery ‘오라클 SQL과 PL/SQL을 다루는 기술 (길벗)’ Q1.populations 테이블에서 2015년 평균 기대수명보다 높은 모든 정보를 조회한다. A1.12345678SELECT * FROM populations WHERE year = 2015 AND life_expectancy > (SELECT AVG

SQL EXERCISE 6-7

CHAPTER 06 ‘오라클 SQL과 PL/SQL을 다루는 기술 (길벗)’ Q1.101번 사원에 대해 아래의 결과를 산출하는 쿼리를 작성해 보자. 123---------------------------------------------------------------------------------------사번 사원명 job명칭 job시작

SQL Developer 깃허브 연동하기

Step 1. Github 준비 Github에서 SQL Developer와 연동할 새로운 Public Repository를 생성한다. Settings > Developer settings 에서 새로운 Personal access token을 발급받는다. 새로 생성한 Repository의 이름을 입력하고 Select scopes에서 repo를

Oracle 19c Installation in Windows11

Step 1. Install Oracle Database Run the setup file as administrator and follow the procedure below. If the following error occurs, go back to the beginning and change to ‘Software Only Se