select * from Customers
-- 或者
select cust_id,cust_name from Customers

知识点:获取表的所有数据