有如下程序:該程序的執(zhí)行結果是( )。
main()
{ int x=23;
do
{printf( ”%d”, x--);}
while(!x);
}
A、321B
暫無解析
使用 SQL語句查詢學生信息表 tbl_student 中的所有數(shù)據(jù),并按學生學號 stu_id 升序排列,正確的語 句是 ______。
存儲過程與存儲函數(shù)的區(qū)別之一是存儲過程不能包含 ______。
執(zhí)行語句 "CREATE INDEX in_dept ON tb_dept(telephone(6) ,DESC)"后,在 tb_dept 表的 telephone 屬性上 ______。
有下列程序:程序運行后的輸出結果是( )。
void sort(int a[] ,int n)
{ int i ,j ,t;
for(i=0;i
用戶剛創(chuàng)建后,只能登錄服務器,而無法執(zhí)行任何數(shù)據(jù)庫操作的原因是 ______。