We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
기본키 수정이 안되는 제약조건? UNIQUE키워드 -> 자동으로인덱스 생성 -> -> 중복되면 안되기때문에 자동으로 인덱스생성이 됨 -> 삽입 및 수정
데이터베이스 관리 시스템(DBMS)은 유니크 키워드가 지정된 컬럼에 대해 자동으로 인덱스를 생성합니다.
ACID 원칙 중, Durability를 DBMS는 어떻게 보장하나요? >> WAL과 더불어 Checkpoint 방식이 있다고?
키 종류 다시 보기
JWT로그인에서 payload에 어떤 것을 저장했는가?
파일시스템으로도 충분이 DB구축이 가능한데 왜 RDB를 사용하였는가?
JPA 왜 썼냐, Mybatis도 있는데 JPA쓰면 뭐가좋냐?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
기본키 수정이 안되는 제약조건?
UNIQUE키워드 -> 자동으로인덱스 생성 ->
-> 중복되면 안되기때문에 자동으로 인덱스생성이 됨 -> 삽입 및 수정
데이터베이스 관리 시스템(DBMS)은 유니크 키워드가 지정된 컬럼에 대해 자동으로 인덱스를 생성합니다.
ACID 원칙 중, Durability를 DBMS는 어떻게 보장하나요? >> WAL과 더불어 Checkpoint 방식이 있다고?
키 종류 다시 보기
JWT로그인에서 payload에 어떤 것을 저장했는가?
파일시스템으로도 충분이 DB구축이 가능한데 왜 RDB를 사용하였는가?
JPA 왜 썼냐,
Mybatis도 있는데 JPA쓰면 뭐가좋냐?
The text was updated successfully, but these errors were encountered: