본문 바로가기

I T./MS SQL Server 2005

SQL server 2005(1)

SQL 기본 구문..

 

select * from 고객정보


select 문

/*select*from 회사정보
select*from 제품정보
select*from 회사정보*/

select*from 판매정보
select*from 설문

select*from 고객정보

 

select userid, username addr1, age from 고객정보;

select userid, username, jumin, age from 고객정보
where age >=30 and age <=40;

 

sp_helpdb sempleDB

 

SQL 첫시간..... 수업내용은 따라가지만...... 머 이거.... 왜 이렇게 해야 하는지...ㅋㅋ

더 열심히 해야 겠다..ㅡㅡ;