一、
單選題(每題
分,共分)
1.以下對主鍵描述正確的是:(
a.只能是乙個列,且列不能為空
b.可以多個列,每個列都不能為空
c.可以多個列,其中至少乙個列不能為空
d.表必須有乙個主鍵
2.下面語句顯示了
lastname
為「king」
的員工的工號?(
a. select employee_id from employees where last_name =
king
b. select employee_id from employees where
last_name like
ki%c. select employee_id from employees where last_name = king
d.以上都不對
3.下面哪個語句查詢年薪在
$10,000
以上的所有員工姓名?(
a.select
last_name
from
employees
where
salary
『$10,000』
b.select
last_name
from
employees
where
salary
$10000
c.select
last_name
from
employees
where
salary
d. select last_name from employees where salary * 12 > 10,0004.表
employees
中departments
含有如下資料:
employees
last name department id salary
oracle 去摸 ORACLE 表的操作
一 表是oracle常見的資料庫物件 oracle中的表分為 使用者定義的表 由使用者建立並維護的一組表 包含使用者所需的資訊 資料字典 由oracle server 自動建立的一組表 包含資料庫資訊 查詢資料字典 select table name from user tables 檢視使用者定義...
Nagios 初次摸搜。
nagios監控實現是通過外掛程式來實現 nagios啟動後,會自動週期性的呼叫外掛程式去檢測伺服器狀態,同時nagios會維持乙個佇列,所有外掛程式返回來的狀態資訊都進入佇列,nagios每次都從隊首開始讀取資訊,並進行處理後,把狀態結果通過web顯示出來 安裝軟體gcc glibc glibc ...
數學建摸總結
前言 在此感謝對我們進行長期培訓的老師們和在數學建模中的隊友們 致敬。正文 本人一名計算機專業的大二學生,在上大學之前從未聽說和接觸過數學建模。直到大一下學期才開始接觸建摸。我在大一上學期加入了學校acm演算法公關部,編碼能力和邏輯思維能力較強,因此數學學院的老師找到我們的老師希望我們參加數學建模比...