You are on page 1of 1

????? ????

use pubs
CREATE TABLE Customer
(First_Name char(50),
Last_Name char(50),
Address char(50),
City char(50),
Country char(25),
Birth_Date datetime);
---------------------------------------------------------------------------http://www.w3schools.com/sql/sql_functions.asp
----------------------------------------------------------------------select sum (colums_nam) from tabel_name;???? ??? ???????
select round (colum_nam,2) from tabel_nam;???? ??????
-----------------------------------------------------SELECT * FROM products
WHERE unitprice>0;
???? ????? ??????? ?????? ?? 0
---------------------------------------------------SELECT * FROM products
WHERE supplierid>1 and supplierid<3;
???? ????? ????? ???? ?? ???
--------------------------------------

You might also like