• 2022-06-08
    在Access的数据库中建立了“图书目录”表,为查找“图书编号”为“115566”或“113388”的记录,应在查询设计视图的准则中输入()。
    A: “115566”and“113388”
    B: not in(“115566”,“113388”)
    C: in(“115566”,“113388”)
    D: not(“115566”and“113388”)