A.Select to_char(sysdate,’yyyy’)from dual
B.Select to_char(substr(sysdate,8,2),’year’)from dual
C.Select to_date(sysdate,’yyyy’)from dual
D.Select decode(substr(sysdate,8),’YYYY’)from dual
您可能感興趣的試卷
你可能感興趣的試題
A.select productid from orders where count (productid)>1
B.select productid from orders where max (productid)>1
C.select productid from orders where having count(productid)>1group by productid
D.select productid from orders group by productid having count(productid)>1
A.select seg.rowcount from dual;
B.select seq.rowid from dual;
C.select seg.currval from dual;
D.select seq.nextval from dual;
A.select ename,sal*12’Annual Salary’from emp
B.select ename,sal*12“Annual Salary”from emp
C.select ename,sal*12as Annual Salary from emp
D.select ename,sal*12as initcap(“ANNUAL SALARY”)from emp
A.select ename from emp where sysdate-hiredate>5
B.select ename from emp where hiredate-sysdate>5
C.select ename from emp where (sysdate-hiredate)/365>5
D.select ename from emp where(sysdate-hiredate)*365>5
A.OracleHOME_NAMETNSListener
B.OracleServerSID
C.OracleHOME_NAMEAgent
D.Oraclehome_NamehTtpServEr
最新試題
關(guān)系模式R(A,B,C,D)存在的函數(shù)依賴有:B→D,D→B,AB→C。此模式最高屬于第幾范式?候選碼是什么?解釋原因。
數(shù)據(jù)模型的類型并不能夠決定數(shù)據(jù)庫系統(tǒng)的類型。
關(guān)系模型的優(yōu)點(diǎn)是(),數(shù)據(jù)結(jié)構(gòu)簡(jiǎn)單、清晰。
一條UPDATE語句在某一時(shí)刻能更新多張表。
ON子句指明數(shù)據(jù)庫文件的明確含義。()
數(shù)據(jù)庫備份是創(chuàng)建完整數(shù)據(jù)庫、數(shù)據(jù)文件或日志文件的()
在數(shù)據(jù)庫的三級(jí)模式中,邏輯模式有()。
SQL Server 2005中,有屬于關(guān)鍵字類型的是()
在數(shù)據(jù)庫的三級(jí)模式結(jié)構(gòu)中,針對(duì)用戶所用到的那部分?jǐn)?shù)據(jù)的邏輯描述是()。
每一個(gè)關(guān)系都有一個(gè)且僅有一個(gè)()。