A.UDT
B.Trigger
C.Package
D.Access plan
第1题:
A. followed,followed
B. followed,following
C. following,followed
D. following,following
第2题:
SQL 语句 Select * Form. student 中的 *表示( )。
A、所有记录
B、所有字段
C、所有表
D、都不对
第3题:
以下那一个选项是查询数据方法:
A.User.objects.filter(username='wangwu').get(pk=1)
B.User.objects.filter(id=user_id).update(password='9999')
C.User.objects.all().delete()
D.User.objects.get(pk=user_id).delete()
第4题:
A.TS_OBJECTS_TO_BE_DROPPED
B.TS_PTTR_OBJECT_DROPPED
C.TS_PITR_OBJECTS_TO_BE_DROPPED
D.TS_OBJECTS_DROPPED
E.TS_DROPPED_OBJECTS
第5题:
Many things __________impossible in the past are common today.
A.to consider
B.being considered
C.considering
D.considered
第6题:
以下那一个选项不是数据插入方法:
A.ModelName.objects.create(参数=字典类型数据)
B.ModelName.objects.get(列表或元组)
C.ModelName.objects.update_or_create(参数=字典类型数据)
D.ModelName.objects.bulk_create(列表或元组)