데이터 한 줄 추가



--INSERT INTO Customers(CustomerID, CompanyName, ContactName, Address, City, Postalcode, Country)
--VALUES ('DXC', 'Luxoft', 'Sanghee Lee', 'Yeouido', 'Seoul', '12345', 'KO');
select * from Customers
where CustomerID = 'DXC'

특정 데이터만 넣는 것

인써트만 써도 됨
'IT Developers > SQL' 카테고리의 다른 글
| [SQL] RDBMS (0) | 2020.11.24 |
|---|---|
| SQL NULL Values (0) | 2020.11.19 |
| SQL ORDER BY Keyword (0) | 2020.11.19 |
| SQL AND, OR and NOT Operators (0) | 2020.11.19 |
| SQL WHERE Clause (0) | 2020.11.19 |