본문 바로가기

Code

0421

2120421.zip
1.46MB
server연결.txt
0.00MB

primary key:  

each table can contain only one primary key;

it should contain unique values and cannot contain NULL value

 

not null - 제약조건 중 하나 : create 할때 NOT NULL을 사용하면 해당 필드는 NULL값을 가질 수 없음

 

%의 기능 - 와일드 카드 = 개수에 관계없는(0개 이상의) 모든 글자를 말한다 << 약간 부분선택,,?같은?


limit의 기능 - 제한


type에 대한 조사(ex varchar(50)):

string data type ex)varchar,text,char

numeric data type ex)int,bit

data and time  data type ex)date,time,datetime


auto increment - insert문을 사용할때마다 num 값이 자동으로 오르게 해준다 << 겹쳐서 오류나지 않게

'Code' 카테고리의 다른 글

node.js - 04.20  (0) 2021.04.20
web.code.0408  (0) 2021.04.08
0330.기초C  (0) 2021.03.30
03.29 - dividing  (0) 2021.03.29
3.26  (0) 2021.03.26