单项选择题所有的SQL语句在结尾处都要使用()符号。

A.,
B.:
C.;
D..


您可能感兴趣的试卷

你可能感兴趣的试题

2.单项选择题用于返回本地套接字地址的函数是()。

A.socket
B.getsockname
C.getpeername
D.getsocket

3.单项选择题在使用一个线程属性对象之前,必须对其进行初始化,()函数完成对线程属性对象初始化。

A.pthread_init
B.pthread_attr_create
C.pthread_attr_destroy
D.pthread_attr_init

4.单项选择题()用来初始化一个互斥锁。

A.pthread_mutex_init
B.pthread_mutex_create
C.pthread_mutex_begin
D.pthread_mutex_lock

5.单项选择题可以使用下面的()函数将一个线程挂起。

A.pthread_self
B.pthread_pause
C.pthread_join
D.pthread_exit

6.单项选择题要结束一个线程,需要调用()函数。

A.exit
B.pthread_quit
C.pthread_exit
D.return

7.单项选择题在POSIX中,线程是用()动态地创建。

A.pthread_self
B.pthread_create
C.create_pthread
D.pthread_new

8.单项选择题创建共享内存的函数是()。

A.shminit
B.seminit
C.semget
D.shmget

9.单项选择题创建或打开信号量集的相同函数是()。

A.seminit
B.sem
C.semget
D.semcreate

10.单项选择题打开或创建消息队列的函数是()。

A.msgget
B.msginit
C.msgcreate
D.msg