1. def Title (Comfortable): return H.E.R

Isuseo·2021년 1월 9일
0

SQL

목록 보기
1/4
post-thumbnail

About SQL

First. 첫번째

SQL은 데이터 관리를 위해 설계된 특수목적의 프로그램 언어이다.

Second. 두번째

함수문법.

SELECT "함수명" ("필드명")
FROM "테이블명";

Third. 세번째

주석.

Single line comment = --

--Select all: 
SELECT * FROM customer;

Multi line comment = / , /

/*Select all the columns of all the records in the customers table:*/ 
SELECT * FROM customer;
profile
A to z

0개의 댓글