use StudentManageDB go select StudentName,StudentAddress from Students where StudentAddress like '天津%' select StudentName,StudentAddress from Students where StudentName like '%小%' select * from ScoreList select StudentName,StudentAddress,Birthday fro…