블로그
-
헨리여권지수 (20주년) 한국2위(일본,아랍에미레이트)
Download the latest full global ranking, select a rank to see 20 years of historical ranking data, or select a score to see the full visa access list for that passport.
blog.naver.com · 2026.07.22
-
[강쌤 GRE] Shorter GRE Verbal 모의테스트 11 - 문제와 정답
Completion | Q1–Q3 Q1 TC 1-blank As companies dealing in satellite imagery begin to ____________ their data Q2 TC 2-blank Select one entry for the blank from the corresponding column of choices.
blog.naver.com · 2026.06.14
-
백엔드 정리
DB 관련 (1) DB 쿼리문 종류 세 가지 -> DDL(Data Definition Language): 데이터 정의; Create(테이블 생성), Drop(테이블 삭제), Alter (테이블 수정), Truncate(테이블 초기화) -> DML(Data Manipulation Language): 데이터 조작; Select(데이터 조회), Insert(데이터
blog.naver.com · 2025.07.15
-
백엔드 지식 정리(초안 2)
DB 관련 (1) DB 쿼리문 종류 세 가지 -> DDL(Data Definition Language): 데이터 정의; Create(테이블 생성), Drop(테이블 삭제), Alter (테이블 수정), Truncate(테이블 초기화) -> DML(Data Manipulation Language): 데이터 조작; Select(데이터 조회), Insert(데이터
blog.naver.com · 2025.07.11
-
SQL Quiz
Structured Question Language Strong Question Language Question 2: Which SQL statement is used to extract data SELECT Your answer GET EXTRACT OPEN Question 3: Which SQL statement is used to update data in a database
blog.naver.com · 2024.05.09
-
[SQLD] DCL, 절차형 SQL
'sqld' DCL(Data Control Language)의 이해 DCL은 유저를 생성하고 권한을 제어할 수 있는 명령어 입니다. 그리고 오브젝트 권한은 특정 오브젝트인 테이블, 뷰 등에 대한 SELECT, INSERT, DELETE, UPDATE 작업 명령어를 의미합니다.
blog.naver.com · 2021.06.02
-
Windows PowerShell로 오라클접속
Oracle.ManagedDataAccess.dll 이 위치한 경로 지정 $datasource="TNS ALIAS" $conn_string="User ID=계정명;Password=계정패스워드;Data datasource" $conn = New-Object Oracle.ManagedDataAccess.Client.OracleConnection($conn_string) $sql="select
blog.naver.com · 2021.05.06
-
PostgreSQL data replication
values (1); insert int t1 values (2); // postgresql.conf 위치 확인 SHOW config_file; (/var/lib/pgsql/12/data /postgresql.conf) // postgresql.conf 수정 vi /var/lib/pgsql/12/data/postgresql.conf // pg_hba.conf 수정 (
blog.naver.com · 2021.02.17
-
db connection
string strConn; strConn = "Data Source=192.168.1.6;Initial Catalog=MES_db;Provider= "SQLOLEDB";" + "User root;"; OleDBConnection conn = new OleDBConnection(strConn); m_Read++; try { string cmdTxt = "select
blog.naver.com · 2020.11.23
-
20-C0303. C# oleDB [ Excel ]
문서코드 : 20-C0303 문서제목 : C# oleDB [ Excel ] + oledb 에서 Excel Data 를 리드하여 Insert / Update 작업을 수행함. + code 미리 데이터를 입력해야할 공간을 확보해야 함. - insert + update + Select : 사용 가능 구문 - SELECT * FROM [Sheet1$] - SELECT *
blog.naver.com · 2020.09.15
블로그 결과 더보기 →