Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .gradle/7.4/checksums/checksums.lock
Binary file not shown.
Binary file not shown.
Empty file.
Binary file added .gradle/7.4/executionHistory/executionHistory.lock
Binary file not shown.
Binary file added .gradle/7.4/fileChanges/last-build.bin
Binary file not shown.
Binary file added .gradle/7.4/fileHashes/fileHashes.lock
Binary file not shown.
Empty file added .gradle/7.4/gc.properties
Empty file.
Binary file added .gradle/buildOutputCleanup/buildOutputCleanup.lock
Binary file not shown.
2 changes: 2 additions & 0 deletions .gradle/buildOutputCleanup/cache.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#Thu May 16 16:37:12 KST 2024
gradle.version=7.4
Empty file added .gradle/vcs-1/gc.properties
Empty file.
2 changes: 1 addition & 1 deletion src/main/java/com/jungmin/script/Part1.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public class Part1 {
----------------------------------------------------------------------------------------------
TODO: Q 1-1. 현재 있는 데이터베이스에 존재하는 모든 테이블 정보를 보기위한 SQL을 작성해주세요.
*/
public static final String PART1_1 = "show tables";
public static final String PART1_1 = "DESC tables";

/*
----------------------------------------------------------------------------------------------
Expand Down