250x250
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- dotnet
- Functional Interfaces
- 네트워크
- Proxy Object
- noncluster index
- Lazy loading
- cluster index
- entrySet
- 자율학습
- 혼공
- 인터페이스
- 오블완
- 티스토리챌린지
- types
- java
- 인프런
- HashMap
- Interface
- 혼공학습단
- 혼공자바
- Wildcard
- 혼공컴운
- 접근 제어자
- 0 시작
- 접근제어자
- literal
- Access Modifier
- 나도코딩
- Spring Data JPA
- 스프링 부트 3
Archives
- Today
- Total
목록types (1)
지금을 사는 사람
[MySQL] mysql에서 사용 가능한 데이터 타입
Certainly! Let's combine the explanations and examples for Enumerated and Set Types, as well as Spatial Data Types, with the previous answer: INT (Integer): Description: A standard integer data type that stores whole numbers without decimal places. Example: CREATE TABLE example_int ( user_id INT, age INT ); BIGINT: Description: Similar to INT but with a larger range, suitable for storing ext..
CS/데이터베이스
2024. 1. 22. 09:38