2008/4/7

高雄應用科技大學 通訊系統 期中考 hint

Web 2.0 3題
數位內容 3題
SQL 8題
ASP 9題
其他 1題

共24題 以下是較深入之考試範圍

SQL正規化一題
網頁技術提供者分類一題
ASP函數與程序一題
IIS6安裝一題


另上課談到之Join範例「select * from A,B on A1=B1」應改為
「select * from A,B Where A1=B1」才對,其中on應為where,其餘做法不變。
如上課所言語法應改為
「select 姓名, 性別, stud.班別, 班導師 from stud, teacher where stud.班別 = teacher.班別」
,特此公告。

其餘上課中有提醒
同學不須專研太專業深入之部份
題目很淺顯 題目僅量不要留空白

祝大家期中考順利

2 則留言: