[Oracle] ๋ฅ๋ ฅ๋จ์ํ๊ฐ ํ์ด
์ด์ ํฌ์คํ
์ ๋ด์ฉ์ ํ์ฉํ์ฌ 5๊ฐ์ง์ ๋ฌธ์ ๋ฅผ ํ์ด๋ณด์๊ณ , ๋ณธ์ธ์ ํ์ด์ ํ์์ ์ํด ๊ฐ์ฌํ์ด๊ฐ ์ถ๊ฐ๋ ์ ์๋ค. 1. ๊ฒ์์ ์กฐ๊ฑด_๋·์๋ฌธ์ : ๋ค์์ ํ
์ด๋ธ์์ e(E)๊ฐ ๋ค์ด๊ฐ์ง์์ ๊ณผ์ผ์ ์ด๋ฆ๊ณผ ๊ฐ๊ฒฉ๋ง์ ์ถ๋ ฅํ์ธ์. create table test( num int primary key, name varchar(20), price int ); insert into test values(1,'apple',5000); insert into test values(2,'BANANA',6000); insert into test values(3,'kiwi',7000); insert into test values(4,'oRaNgE',8000); insert into test values(5,'Shine Musc..
2022. 1. 28.