본문 바로가기

IT

SQL | 온라인으로 SQL 쿼리문 실행 가능한 페이지들

 

 

 

개발환경 없을 때 간단하게 쓰기 좋은 페이지들

 

 

 

1. W3Schools - SQL Tryit Editor v1.6 

https://www.w3schools.com/sql/trysql.asp?filename=trysql_select_all

 

 

SQL Tryit Editor v1.6

WebSQL stores a Database locally, on the user's computer. Each user gets their own Database object. WebSQL is supported in Chrome, Safari, and Opera. If you use another browser you will still be able to use our Try SQL Editor, but a different version, usin

www.w3schools.com

가장 심플

 

 

 

 

2. SQL Fiddle

http://sqlfiddle.com/

 

SQL Fiddle | A tool for easy online testing and sharing of database problems and their solutions.

Query Panel Use this panel to try to solve the problem with other SQL statements (SELECTs, etc...). Results will be displayed below. Share your queries by copying and pasting the URL that is generated after each run.

sqlfiddle.com

사용방법

https://ggmouse.tistory.com/408

 

[웹 DB] sqlfiddle 무설치 쿼리 연습 사이트 (MySQL, Oracle, PostgreSQL, SQLite, MS SQL)

DB 설치가 여의치 않을 경우 웹 사이트에서 쿼리 실행을 해볼 수 있다. [URL] http://sqlfiddle.com/ 설명 먼저 페이지를 살펴보자 1. DB 선택 상단 좌측 첫 번째 버튼을 클릭 하여 DB를 선택할 수 있다. 2. 샘플..

ggmouse.tistory.com

온라인 사이트들 중 가장 기능이 다양하고 디테일한 작업이 가능한 듯

 

 

 

3. SQL Test

https://sqltest.net/

 

SQL Test

Home Oracle SQL Syntax Examples Oracle SQL Functions Function Oracle Date Function Oracle Number --> TEST SQL Just do it --> --> LIKE Like sqltest.net SHARE Share sqltest.net

sqltest.net

스크립트랑 쿼리문이 분리되어 있기 때문에 한번에 볼 수 있고 비교적 심플해서 편함

Oracle, MySQL 지원

 

 

 

*ERD 만들 때 쓰는 페이지

 

http://aquerytool.com/

 

AQueryTool

{{source.erd_info.erd_name + '(' + source.erd_info.db_type + ')'}}

aquerytool.com

만든 ERD를 바로 엑셀파일로 저장할 수 있어서 문서작업할 때 굉장히 편함