广州南沙软件园面试试题及答案(VB、ASP部分)
|
要求10分钟完成。
1、How many bytes does an IP adress consist of? 2、用SQL写语句:在下列三张表中选出CLASSID 为“1”的人的NAME和AGE。 表1 表2 表3 No Name Age No ID No 102 Ja 23 102 1 102 103 Ba 23 104 1 103 104 Na 24 103 2 104 3、用你熟悉的语言写出几行用于访问数据库的程序代码。 4、写出下列标记的作用 · |
5、在网页中如何表示下列符号: < > & 《 以下的答案是根据众位网友的意见综合而成,是否正确请自行验证。 1、 four bytes 2、 select name, age from 表1 a,表2 b,表3 c where c.id=1 and a.id=b.id and a.id=c.id 3.Query1->Databasename = MyDB; Query1->SQL->Clear(0; Query->SQL->Add(......) Query->Active = true; 3、Query1->Databasename = MyDB; Query1->SQL->Clear(); Query->SQL->Add(......) Query->Active = true; 4、写出下列标记的作用 : 在头部设定文件的媒体信息 · : 列表 : 换行标记 |
: 定义表格内容 :框架 5、在网页中如何表示下列符号: < < > > & & 《 È |



