-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathatom.xml
More file actions
586 lines (356 loc) · 26.9 KB
/
atom.xml
File metadata and controls
586 lines (356 loc) · 26.9 KB
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>404 Not Found</title>
<subtitle>FRONT-END DEVELOP LOG</subtitle>
<link href="/atom.xml" rel="self"/>
<link href="http://mjae404.github.io/"/>
<updated>2025-03-26T02:44:31.204Z</updated>
<id>http://mjae404.github.io/</id>
<author>
<name>Minjee Kim</name>
</author>
<generator uri="https://hexo.io/">Hexo</generator>
<entry>
<title>브라우저는 어떻게 동작하는가</title>
<link href="http://mjae404.github.io/2025/03/25/web-guide-how-to-work/"/>
<id>http://mjae404.github.io/2025/03/25/web-guide-how-to-work/</id>
<published>2025-03-25T12:38:23.000Z</published>
<updated>2025-03-26T02:44:31.204Z</updated>
<summary type="html">
<p>실제 성능 및 체감되는 성능을 향상시키는 방법을 이해하기 위해서 브라우저가 어떻게 동작하는지 이해해야 한다.</p>
</summary>
<category term="web" scheme="http://mjae404.github.io/categories/web/"/>
<category term="performance" scheme="http://mjae404.github.io/categories/web/performance/"/>
<category term="web" scheme="http://mjae404.github.io/tags/web/"/>
<category term="performance" scheme="http://mjae404.github.io/tags/performance/"/>
</entry>
<entry>
<title>UI 개발 기본 지식</title>
<link href="http://mjae404.github.io/2024/05/11/html-basic/"/>
<id>http://mjae404.github.io/2024/05/11/html-basic/</id>
<published>2024-05-11T11:33:00.000Z</published>
<updated>2024-05-12T06:28:29.620Z</updated>
<summary type="html">
<p>UI / Front-end develop info.</p>
</summary>
<category term="HTML & CSS" scheme="http://mjae404.github.io/categories/HTML-CSS/"/>
<category term="HTML" scheme="http://mjae404.github.io/categories/HTML-CSS/HTML/"/>
<category term="HTML" scheme="http://mjae404.github.io/tags/HTML/"/>
</entry>
<entry>
<title>장고 앱(App) 구조</title>
<link href="http://mjae404.github.io/2023/08/19/django-app-structure/"/>
<id>http://mjae404.github.io/2023/08/19/django-app-structure/</id>
<published>2023-08-19T09:17:06.000Z</published>
<updated>2023-08-19T09:39:00.163Z</updated>
<summary type="html">
<h2 id="Project와-App의-차이"><a href="#Project와-App의-차이" class="headerlink" title="Project와 App의 차이"></a>Project와 App의 차이</h2><p>Django에서 웹 서비스 각각의 기능은 앱 단위로 구현한다. 실제로 하나의 프로젝트는 여러 개의 앱과 약간의 설정 파일들로 구성되어 있고 하나의 앱은 여러 개의 프로젝트에서 사용할 수 있다.</p>
</summary>
<category term="Python" scheme="http://mjae404.github.io/categories/Python/"/>
<category term="django" scheme="http://mjae404.github.io/categories/Python/django/"/>
<category term="Python" scheme="http://mjae404.github.io/tags/Python/"/>
<category term="django" scheme="http://mjae404.github.io/tags/django/"/>
</entry>
<entry>
<title>장고 개요</title>
<link href="http://mjae404.github.io/2023/08/03/django-overview/"/>
<id>http://mjae404.github.io/2023/08/03/django-overview/</id>
<published>2023-08-03T12:33:53.000Z</published>
<updated>2023-08-19T09:15:31.956Z</updated>
<summary type="html">
<h2 id="diango-개발환경-구성하기"><a href="#diango-개발환경-구성하기" class="headerlink" title="diango 개발환경 구성하기"></a>diango 개발환경 구성하기</h2><ol>
<li><p><code>Homebrew</code>를 설치후 버전을 확인한다.</p>
<figure class="highlight plain"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">&#x2F;bin&#x2F;bash -c &quot;$(curl -fsSL https:&#x2F;&#x2F;raw.githubusercontent.com&#x2F;Homebrew&#x2F;install&#x2F;HEAD&#x2F;install.sh)&quot;</span><br></pre></td></tr></table></figure>
<figure class="highlight plain"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">brew --version</span><br></pre></td></tr></table></figure>
</summary>
<category term="Python" scheme="http://mjae404.github.io/categories/Python/"/>
<category term="django" scheme="http://mjae404.github.io/categories/Python/django/"/>
<category term="overview" scheme="http://mjae404.github.io/tags/overview/"/>
<category term="Python" scheme="http://mjae404.github.io/tags/Python/"/>
<category term="django" scheme="http://mjae404.github.io/tags/django/"/>
</entry>
<entry>
<title>뷰 개요</title>
<link href="http://mjae404.github.io/2022/10/10/vue-overview-1/"/>
<id>http://mjae404.github.io/2022/10/10/vue-overview-1/</id>
<published>2022-10-10T07:13:38.000Z</published>
<updated>2025-12-22T13:28:45.556Z</updated>
<summary type="html">
<ul>
<li><code>vue create &lt;프로젝트명&gt;</code>으로 세팅 가능하다.<ul>
<li><code>sudo npm install -g @vue/cli</code> 설치 필요</li>
</ul>
</li>
<li><code>vue webpack-simple &lt;프로젝트명&gt;</code>으로 세팅 가능하다.<ul>
<li><code>sudo npm install -g @vue/cli-init</code> 설치 필요</li>
</ul>
</li>
<li><code>npm run dev</code>로 로컬 서버 확인 가능.</li>
</ul>
</summary>
<category term="JavaScript" scheme="http://mjae404.github.io/categories/JavaScript/"/>
<category term="Vue" scheme="http://mjae404.github.io/categories/JavaScript/Vue/"/>
<category term="vue" scheme="http://mjae404.github.io/tags/vue/"/>
</entry>
<entry>
<title>웹게임으로 배우는 vue 2</title>
<link href="http://mjae404.github.io/2022/09/17/vue-webgame-2/"/>
<id>http://mjae404.github.io/2022/09/17/vue-webgame-2/</id>
<published>2022-09-17T07:50:45.000Z</published>
<updated>2025-12-22T13:28:45.557Z</updated>
<summary type="html">
<p>웹게임으로 배우는 vue 숫자야구</p>
</summary>
<category term="JavaScript" scheme="http://mjae404.github.io/categories/JavaScript/"/>
<category term="Vue" scheme="http://mjae404.github.io/categories/JavaScript/Vue/"/>
<category term="vue" scheme="http://mjae404.github.io/tags/vue/"/>
<category term="webgame" scheme="http://mjae404.github.io/tags/webgame/"/>
<category term="number baseball" scheme="http://mjae404.github.io/tags/number-baseball/"/>
</entry>
<entry>
<title>웹게임으로 배우는 vue 1</title>
<link href="http://mjae404.github.io/2022/09/17/vue-webgame-1/"/>
<id>http://mjae404.github.io/2022/09/17/vue-webgame-1/</id>
<published>2022-09-17T06:19:45.000Z</published>
<updated>2025-12-22T13:28:45.557Z</updated>
<summary type="html">
<p>웹게임으로 배우는 vue 구구단</p>
</summary>
<category term="JavaScript" scheme="http://mjae404.github.io/categories/JavaScript/"/>
<category term="Vue" scheme="http://mjae404.github.io/categories/JavaScript/Vue/"/>
<category term="vue" scheme="http://mjae404.github.io/tags/vue/"/>
<category term="webgame" scheme="http://mjae404.github.io/tags/webgame/"/>
<category term="multiplication table" scheme="http://mjae404.github.io/tags/multiplication-table/"/>
</entry>
<entry>
<title>리액트 next.js 세팅</title>
<link href="http://mjae404.github.io/2022/08/21/react-nextjs/"/>
<id>http://mjae404.github.io/2022/08/21/react-nextjs/</id>
<published>2022-08-21T07:26:19.000Z</published>
<updated>2024-01-26T08:23:35.031Z</updated>
<summary type="html">
<h1 id="Next-js를-사용하는-이유"><a href="#Next-js를-사용하는-이유" class="headerlink" title="Next.js를 사용하는 이유"></a>Next.js를 사용하는 이유</h1><ul>
<li>프리 렌더링</li>
<li>Vercel로 서버 호스팅</li>
<li>파일 시스템 기반 서버 호스팅</li>
</ul>
<p><code>npx create next app .</code>으로 설치한다.</p>
<ol>
<li><code>node.js</code>를 설치한다.</li>
<li><code>npm i next</code> 명령어를 진행한다.</li>
<li><code>npm i react react-dom</code> 을 설치한다.</li>
</ol>
<blockquote>
<p><a href="https://thebook.io/">https://thebook.io/</a> 에서 참고할 수 있다.</p>
</blockquote>
</summary>
<category term="JavaScript" scheme="http://mjae404.github.io/categories/JavaScript/"/>
<category term="React" scheme="http://mjae404.github.io/categories/JavaScript/React/"/>
<category term="JavaScript" scheme="http://mjae404.github.io/tags/JavaScript/"/>
<category term="react" scheme="http://mjae404.github.io/tags/react/"/>
<category term="nextjs" scheme="http://mjae404.github.io/tags/nextjs/"/>
</entry>
<entry>
<title>리액트 개요</title>
<link href="http://mjae404.github.io/2022/05/24/react-overview/"/>
<id>http://mjae404.github.io/2022/05/24/react-overview/</id>
<published>2022-05-24T02:14:12.000Z</published>
<updated>2022-08-21T07:24:53.226Z</updated>
<summary type="html">
<ul>
<li><code>create-react-app</code>으로 리액트 프로젝트 생성.<br><code>npm init react-app &lt;폴더 이름&gt;</code> 혹은 해당 폴더 안에 들어간 후 터미널에서 <code>npm init react-app .</code></li>
<li>개발모드 실행: <code>npm run start</code></li>
<li>개발모드 종료: <code>Ctrl + C</code></li>
<li>리액트 개발자 도구: React Developer Tools (크롬 확장 프로그램)</li>
</ul>
</summary>
<category term="JavaScript" scheme="http://mjae404.github.io/categories/JavaScript/"/>
<category term="React" scheme="http://mjae404.github.io/categories/JavaScript/React/"/>
<category term="overview" scheme="http://mjae404.github.io/tags/overview/"/>
<category term="JavaScript" scheme="http://mjae404.github.io/tags/JavaScript/"/>
<category term="react" scheme="http://mjae404.github.io/tags/react/"/>
</entry>
<entry>
<title>JAVA 객체 지향 프로그래밍</title>
<link href="http://mjae404.github.io/2022/03/17/java-oop/"/>
<id>http://mjae404.github.io/2022/03/17/java-oop/</id>
<published>2022-03-17T05:42:54.000Z</published>
<updated>2022-03-18T12:32:12.788Z</updated>
<summary type="html">
<p><strong>객체 지향 프로그래밍</strong></p>
<ul>
<li>컴퓨터 프로그래밍의 패러다임 중 하나이다. 객체 지향 프로그래밍은 컴퓨터 프로그램을 명령어의 목록으로 보는 시각에서 벗어나 여러 개의 독립된 단위, 즉 “객체”들의 모임으로 파악하고자 하는 것이다. 각각의 객체는 메시지를 주고받고, 데이터를 처리할 수 있다. <sup>1</sup></li>
<li>‘객체’는 ‘속성’들과 ‘동작’들의 묶음이라고 할 수 있는데 속성은 ‘변수’로 나타내고, 동작은 ‘메소드(함수)’로 나타낸다.<blockquote>
<p>[ 1 ] : <a href="https://ko.wikipedia.org/wiki/%EA%B0%9D%EC%B2%B4_%EC%A7%80%ED%96%A5_%ED%94%84%EB%A1%9C%EA%B7%B8%EB%9E%98%EB%B0%8D">위키백과</a></p>
</blockquote>
</li>
</ul>
</summary>
<category term="Java" scheme="http://mjae404.github.io/categories/Java/"/>
<category term="Java" scheme="http://mjae404.github.io/tags/Java/"/>
<category term="object-oriented programming" scheme="http://mjae404.github.io/tags/object-oriented-programming/"/>
</entry>
<entry>
<title>JAVA 배열</title>
<link href="http://mjae404.github.io/2022/03/15/java-array/"/>
<id>http://mjae404.github.io/2022/03/15/java-array/</id>
<published>2022-03-15T03:13:13.000Z</published>
<updated>2022-03-15T04:33:28.206Z</updated>
<summary type="html">
<p>배열을 사용하면 변수 하나에 값을 여러개 담을 수 있다.</p>
</summary>
<category term="Java" scheme="http://mjae404.github.io/categories/Java/"/>
<category term="Java" scheme="http://mjae404.github.io/tags/Java/"/>
<category term="array" scheme="http://mjae404.github.io/tags/array/"/>
</entry>
<entry>
<title>JAVA 조건문과 반복문</title>
<link href="http://mjae404.github.io/2022/03/14/java-control-flow-statement/"/>
<id>http://mjae404.github.io/2022/03/14/java-control-flow-statement/</id>
<published>2022-03-14T06:10:25.000Z</published>
<updated>2022-03-14T08:45:10.853Z</updated>
<summary type="html">
<h2 id="if"><a href="#if" class="headerlink" title="if"></a>if</h2><figure class="highlight java"><table><tr><td class="gutter"><pre><span class="line">1</span><br><span class="line">2</span><br><span class="line">3</span><br><span class="line">4</span><br><span class="line">5</span><br><span class="line">6</span><br><span class="line">7</span><br><span class="line">8</span><br><span class="line">9</span><br></pre></td><td class="code"><pre><span class="line"><span class="keyword">if</span> (조건부분 <span class="number">1</span>) &#123;</span><br><span class="line"> <span class="comment">// 수행 부분 1</span></span><br><span class="line">&#125; <span class="keyword">else</span> <span class="keyword">if</span> (조건 부분 <span class="number">2</span>) &#123;</span><br><span class="line"> <span class="comment">// 수행 부분 2</span></span><br><span class="line">&#125; <span class="keyword">else</span> <span class="keyword">if</span> (조건 부분 <span class="number">3</span>) &#123;</span><br><span class="line"> <span class="comment">// 수행 부분 3</span></span><br><span class="line">&#125; <span class="keyword">else</span> &#123;</span><br><span class="line"> <span class="comment">// 수행 부분 4</span></span><br><span class="line">&#125;</span><br></pre></td></tr></table></figure>
</summary>
<category term="Java" scheme="http://mjae404.github.io/categories/Java/"/>
<category term="Java" scheme="http://mjae404.github.io/tags/Java/"/>
<category term="control flow" scheme="http://mjae404.github.io/tags/control-flow/"/>
</entry>
<entry>
<title>JAVA 변수와 연산</title>
<link href="http://mjae404.github.io/2022/03/13/java-variables-and-operation/"/>
<id>http://mjae404.github.io/2022/03/13/java-variables-and-operation/</id>
<published>2022-03-13T05:56:48.000Z</published>
<updated>2022-03-13T10:14:36.203Z</updated>
<summary type="html">
<h2 id="변수"><a href="#변수" class="headerlink" title="변수"></a>변수</h2><ul>
<li>변수의 이름과 변수의 자료형을 선언해주어야 한다.</li>
<li>[ 자료형(data type) ] [ 변수의 이름 ]</li>
<li><code>int</code>: x가 어떤 자료형을 저장할지<figure class="highlight java"><table><tr><td class="gutter"><pre><span class="line">1</span><br><span class="line">2</span><br></pre></td><td class="code"><pre><span class="line"><span class="keyword">int</span> a; <span class="comment">// 정수형 변수</span></span><br><span class="line">String s; <span class="comment">// 문자열 변수</span></span><br></pre></td></tr></table></figure></li>
</ul>
</summary>
<category term="Java" scheme="http://mjae404.github.io/categories/Java/"/>
<category term="Java" scheme="http://mjae404.github.io/tags/Java/"/>
<category term="variable" scheme="http://mjae404.github.io/tags/variable/"/>
<category term="operation" scheme="http://mjae404.github.io/tags/operation/"/>
</entry>
<entry>
<title>JAVA 개요</title>
<link href="http://mjae404.github.io/2022/03/13/java-overview/"/>
<id>http://mjae404.github.io/2022/03/13/java-overview/</id>
<published>2022-03-13T05:05:05.000Z</published>
<updated>2022-03-13T06:18:31.704Z</updated>
<summary type="html">
<ul>
<li>자바는 전세계적으로 많이 쓰이고 가장 인기있는 언어이다.</li>
<li>뿐만 아니라 오랜 인기 덕에 잘 되어 있는 커뮤니티와 정보도 활발하다.</li>
<li>개발자 수요가 제일 많은 언어이기도 하다.</li>
<li>자바는 객체지향언어이며, 객체지향언어는 코드의 구조가 명확하여 코드를 이해하기 쉽고 관리와 유지보수가 효율적이다.</li>
<li>자바 가상머신(Java Virtual Machine, JVM)을 설치하면 운영체제/디바이스 상관없이 동일하게 작동한다.</li>
<li>JRE(Java Runtime Environment): JVM을 사용하여 개발할 수 있는 환경</li>
<li>JDK(Java Development Kit): 내 컴퓨터에 JRE 환경을 만들기 위해 설치하는 것<ul>
<li>자바는 오라클 소유이기 때문에 오라클 사이트에서 JDK 설치가 필요하다.</li>
</ul>
</li>
</ul>
</summary>
<category term="Java" scheme="http://mjae404.github.io/categories/Java/"/>
<category term="overview" scheme="http://mjae404.github.io/tags/overview/"/>
<category term="Java" scheme="http://mjae404.github.io/tags/Java/"/>
</entry>
<entry>
<title>CSS 애니메이션 06</title>
<link href="http://mjae404.github.io/2022/03/04/css-exercise006/"/>
<id>http://mjae404.github.io/2022/03/04/css-exercise006/</id>
<published>2022-03-04T05:25:34.000Z</published>
<updated>2025-09-04T01:31:09.273Z</updated>
<summary type="html">
<p>좌우로 벌어지는 CSS 애니메이션.</p>
</summary>
<category term="exercise" scheme="http://mjae404.github.io/categories/exercise/"/>
<category term="CSS" scheme="http://mjae404.github.io/categories/exercise/CSS/"/>
<category term="CSS" scheme="http://mjae404.github.io/tags/CSS/"/>
<category term="CSS3" scheme="http://mjae404.github.io/tags/CSS3/"/>
<category term="exercise" scheme="http://mjae404.github.io/tags/exercise/"/>
</entry>
<entry>
<title>CSS 애니메이션 05</title>
<link href="http://mjae404.github.io/2022/03/04/css-exercise005/"/>
<id>http://mjae404.github.io/2022/03/04/css-exercise005/</id>
<published>2022-03-04T02:55:54.000Z</published>
<updated>2025-09-04T01:31:12.348Z</updated>
<summary type="html">
<p>거울 반사 효과.</p>
</summary>
<category term="exercise" scheme="http://mjae404.github.io/categories/exercise/"/>
<category term="CSS" scheme="http://mjae404.github.io/categories/exercise/CSS/"/>
<category term="CSS" scheme="http://mjae404.github.io/tags/CSS/"/>
<category term="CSS3" scheme="http://mjae404.github.io/tags/CSS3/"/>
<category term="exercise" scheme="http://mjae404.github.io/tags/exercise/"/>
</entry>
<entry>
<title>mySQL 서브쿼리</title>
<link href="http://mjae404.github.io/2022/02/18/sql-sub-query/"/>
<id>http://mjae404.github.io/2022/02/18/sql-sub-query/</id>
<published>2022-02-18T12:32:59.000Z</published>
<updated>2022-03-12T12:47:43.507Z</updated>
<summary type="html">
<h2 id="서브쿼리"><a href="#서브쿼리" class="headerlink" title="서브쿼리"></a>서브쿼리</h2><ul>
<li>SQL문 안에 ‘부품’처럼 들어가는 SELECT문.</li>
<li>전체 SQL문에서 일부를 이루는 또다른 SQL문.</li>
<li>괄호로 서브쿼리를 감싸주어야 한다.</li>
<li>전체 SQL문을 outer query(외부쿼리), 서브쿼리를 inner query(내부쿼리)라고도 함.</li>
<li>HAVING절, SELECT절, WHERE절, FROM절 등에서도 사용 가능하다.</li>
</ul>
</summary>
<category term="Data Base" scheme="http://mjae404.github.io/categories/Data-Base/"/>
<category term="SQL" scheme="http://mjae404.github.io/categories/Data-Base/SQL/"/>
<category term="mySQL" scheme="http://mjae404.github.io/categories/Data-Base/SQL/mySQL/"/>
<category term="Data Base" scheme="http://mjae404.github.io/tags/Data-Base/"/>
<category term="SQL" scheme="http://mjae404.github.io/tags/SQL/"/>
<category term="mySQL" scheme="http://mjae404.github.io/tags/mySQL/"/>
<category term="Primary Key" scheme="http://mjae404.github.io/tags/Primary-Key/"/>
</entry>
<entry>
<title>SQL 데이터 분석</title>
<link href="http://mjae404.github.io/2022/02/17/sql-exercise004/"/>
<id>http://mjae404.github.io/2022/02/17/sql-exercise004/</id>
<published>2022-02-17T13:02:37.000Z</published>
<updated>2022-02-17T13:05:43.866Z</updated>
<summary type="html">
<p>(1) pizza_price_cost 테이블의 name, price, price/cost(원가 기준 가격의 비율) 컬럼을 조회하세요.<br>(2) 대신 마지막 price/cost 컬럼을 사용해서 그 값이<br>1 =&lt; 값 &lt; 1.5 인 경우, ‘C. 저효율 메뉴’<br>1.5 &lt;= 값 &lt; 1.7 인 경우, ‘B. 중효율 메뉴’<br>1.7 &lt;= 값 인 경우, ‘A. 고효율 메뉴’<br>라고 그 값을 변환해서 표시하는 추가적인 컬럼도 함께 조회하고 대신 이 컬럼에는 efficiency라는 alias를 붙여주세요.<br>(3) 그리고 전체 row를 efficiency 컬럼을 기준으로 내림차순, 그 다음 기준으로 price 컬럼을 기준으로 오름차순 정렬하세요.<br>(4) 이 중에서 가장 첫 번째 row 부터 6개만 추리세요.</p>
</summary>
<category term="exercise" scheme="http://mjae404.github.io/categories/exercise/"/>
<category term="SQL" scheme="http://mjae404.github.io/categories/exercise/SQL/"/>
<category term="exercise" scheme="http://mjae404.github.io/tags/exercise/"/>
<category term="SQL" scheme="http://mjae404.github.io/tags/SQL/"/>
</entry>
<entry>
<title>SQL 데이터 분석</title>
<link href="http://mjae404.github.io/2022/02/16/sql-exercise003/"/>
<id>http://mjae404.github.io/2022/02/16/sql-exercise003/</id>
<published>2022-02-16T12:40:35.000Z</published>
<updated>2023-08-13T02:00:35.881Z</updated>
<summary type="html">
<p>(1) 고객들이 남긴 리뷰 수와, (2) 별점 평균값을 구하려고 합니다.<br>(3) 댓글이 존재하는(comment 컬럼이 NULL이 아닌) 리뷰들의 개수와 그 별점들의 평균만 구하려고 하는데요.<br>(4) 그리고 별점의 평균값은 반올림을 해주려고 합니다.</p>
</summary>
<category term="exercise" scheme="http://mjae404.github.io/categories/exercise/"/>
<category term="SQL" scheme="http://mjae404.github.io/categories/exercise/SQL/"/>
<category term="exercise" scheme="http://mjae404.github.io/tags/exercise/"/>
<category term="SQL" scheme="http://mjae404.github.io/tags/SQL/"/>
</entry>
<entry>
<title>SQL 데이터 조회</title>
<link href="http://mjae404.github.io/2022/02/15/sql-exercise002/"/>
<id>http://mjae404.github.io/2022/02/15/sql-exercise002/</id>
<published>2022-02-15T08:32:42.000Z</published>
<updated>2022-02-15T08:36:19.682Z</updated>
<summary type="html">
<p>(1) star(별점) 컬럼을 기준으로 일단 오름차순 정렬하고,<br>(2) 같은 별점인 경우에는 registration_date(등록일자) 컬럼을 기준으로 내림차순 정렬하려고 합니다.<br>(3) 5번째 row까지만 일단 추려서 보고 싶습니다.</p>
</summary>
<category term="exercise" scheme="http://mjae404.github.io/categories/exercise/"/>
<category term="SQL" scheme="http://mjae404.github.io/categories/exercise/SQL/"/>
<category term="exercise" scheme="http://mjae404.github.io/tags/exercise/"/>
<category term="SQL" scheme="http://mjae404.github.io/tags/SQL/"/>
</entry>
</feed>