SQL Server查詢進階

經常使用的SQL查詢語句數據庫 --選擇school數據庫函數 use school; select * from student; select * from grade; --使用內鏈接查詢全部學生的基本信息和班級 selectname as '姓名' , sex as '性別', age as '年齡', gradeid as '班別', address as '地址', phone '聯繫
相關文章
相關標籤/搜索