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
SHOW DATABASES;
CREATE DATABASE databasename;
DROP DATABASE databasename;
USE checkMate; SHOW TABLES
혹은 SHOW TABLES FROM checkMate;
SHOW TABLES FROM checkMate;
세부 DB에 대한 relation, attributes, tuple에 대한 것들은 다음 설계 이슈로 등록
추가 의견이 있으시면 이슈에 코멘트 남겨주시고 직접 수정해주시면 됩니다.
The text was updated successfully, but these errors were encountered:
issue #5 과의 차이점은 어떤 것인가요?
Sorry, something went wrong.
이 이슈는 설계용이고 #5 는 기능 전용이긴 하지만 큰 차이가 없네여..
그럼 설계 - 계획, 기능 - 실제 구현 뭐 이런식으로 분리되는 건가요?
맞슴당 나중에 쓸 일이 있을 것 같아 분리했슴당 설계에서 먼저 추상적으로 의논하고 기능(FEATURE) 이슈에서는 실제 기능들, 작업해야 할 사항 등 구체적으로 적으려고 했슴당 이 부분도 DISCUSSION으로 남겨놓겠슴당
오 저도 궁금했던 부분인데 이렇게 정리해놓으니 좋네요.
kingyong9169
No branches or pull requests
SHOW DATABASES;
CREATE DATABASE databasename;
DROP DATABASE databasename;
혹은
SHOW TABLES FROM checkMate;
세부 DB에 대한 relation, attributes, tuple에 대한 것들은 다음 설계 이슈로 등록
추가 의견이 있으시면 이슈에 코멘트 남겨주시고 직접 수정해주시면 됩니다.
The text was updated successfully, but these errors were encountered: