Tìm kiếm:
TRANG NHÀ
Giới thiệu VNEDU.ORG
Điều khoản và bản quyền
Liên lạc VNEDU
TRẮC NGHIỆM TRỰC TUYẾN
---Công Cụ:---
Soạn Biểu thức
Bảng màu HTML
Ký hiệu đặc biệt 01
Ký hiệu đặc biệt 02
Ký hiệu đặc biệt 03
Ký hiệu đặc biệt 04
Ký hiệu đặc biệt 05
Ký hiệu đặc biệt 06
Ký hiệu đặc biệt 07
Ký hiệu đặc biệt [Toán]
Tin Học   ||  Căn Bản    Văn Phòng    Hệ Thống - Mạng    Phần Mềm Ứng Dụng    Kỹ thuật số    Lập trình    SQL  

Trắc Nghiệm SQL - Bài 30
Ngày làm bài: Hôm nay lúc 17:57:43 (Server time)
Số câu hỏi: 10.   Tổng điểm: 10
Yêu cầu hoàn thành: 60 phút.
Thời gian còn lại: 
Cỡ chữ câu hỏi:  Cỡ chữ đáp án:


1-
A table with no repeating groups, with a single field primary key , and with a transitive dependency violates which normal form ?
  A - 
Second normal form
  B - 
Third normal form
  C - 
First normal form
  D - 
Second normal form and third normal form
2-
Going from first to second normal form removes
  A - 
Transitive dependencies
  B - 
Data redundancy
  C - 
Full functional dependencies
  D - 
Functional dependencies
3-
A given relation is known to be in third normal form. Select the statement which can be inferred from this:
  A - 
All attributes contribute to the primary key
  B - 
Each non-key attribute is determined by the primary key
  C - 
Every determinant is a candidate key
  D - 
The relation is not in fourth normal form.
4-
A relation is in Boyce-Codd normal form if it is in 3NF and .
  A - 
every determinant is a candidate key
  B - 
every determinant is a primary key
  C - 
every attribute is a candidate key
  D - 
there is more than one candidate key
5-
A relation scheme is
  A - 
A relation name and a set of attibute.
  B - 
A set of data values
  C - 
A set of tuples
  D - 
An entity relationship diagram.
6-
If a relation schema has 5 attributes and 3 of those attributes make up the only key, then how many different superkeys does the relation have?
  A - 
2
  B - 
3
  C - 
4
  D - 
5
7-
Given the table STUDENT(StudentID, Name, Advisor), which of the following SQL statements would be used to change the value of the Advisor field to 'Smith' for all rows in the STUDENT table?
  A - 
UPDATE STUDENT SET Advisor = 'Smith';
  B - 
MODIFY STUDENT SET Advisor = 'Smith';
  C - 
MODIFY Advisor SET STUDENT = 'Smith';
  D - 
UPDATE Advisor = 'Smith';
8-
Which of the following SQL commands would be used to remove both the data and the table structure of a table named STUDENT?
  A - 
REMOVE TABLE STUDENT;
  B - 
DELETE TABLE STUDENT;
  C - 
DROP TABLE STUDENT;
  D - 
DELETE FROM STUDENT;
9-
Given the table CUSTOMER(CustID, Name, PhoneNum, AcctBalance), what is the standard SQL query phrase to retrieve data for customers with an account balance greater than 50?
  A - 
WHERE CUSTOMER-AcctBalance > 50
  B - 
WHERE AcctBalance > 50
  C - 
HAVING AcctBalance > 50
  D - 
WHERE (Customer-AcctBalance > 50)
10-
Given the tables STUDENT(StudentID, StudentName, AdvisorID) and ADVISOR(AdvisorID, AdvisorName, Office, Phone), which of the following SQL statements would be used to implant a join between the two tables?
  A - 
WHERE STUDENT MATCH ADVISOR
  B - 
WHERE STUDENT.AdvisorID MATCH ADVISOR.AdvisorID
  C - 
WHERE STUDENT JOIN ADVISOR ON STUDENT.AdvisorID = ADVISOR.AdvisorID
  D - 
WHERE STUDENT JOIN ADVISOR
 
[Người đăng: Thành Lãm - ST]
Ghé thăm Kênh của Vị Sư "hai lần chết đi sống lại"
Tu Si Chau Soc Thon

https://www.youtube.com/channel/UCoyC9WTTVR-M3qpTKKEXGnQ

Chau Soc Thon Official Channel


Phong Bảo Official
Phong Bao Official
Xem Nhiều nhất
Trắc Nghiệm Cơ Sở Dữ Liệu - Bài 01
Trắc Nghiệm Cấu Trúc Dữ Liệu Và Giải Thuật - Bài 04
Trắc Nghiệm Cấu Trúc Dữ Liệu Và Giải Thuật - Bài 06
Trắc nghiệm SQL Server - Bài 20
Trắc Nghiệm Cấu Trúc Dữ Liệu Và Giải Thuật - Bài 01
Trắc Nghiệm Cơ Sở Dữ Liệu - Bài 08
Trắc nghiệm SQL Server - Bài 03
Trắc Nghiệm Cơ Sở Dữ Liệu - Bài 43
Trắc nghiệm SQL Server - Bài 06
Trắc Nghiệm Cơ Sở Dữ Liệu - Bài 02
Trắc nghiệm SQL Server - Bài 13
Trắc Nghiệm Cơ Sở Dữ Liệu - Bài 14
Trắc nghiệm SQL Server - Bài 05
Trắc Nghiệm Cấu Trúc Dữ Liệu Và Giải Thuật - Bài 05
Trắc nghiệm SQL Server - Bài 04
Trắc nghiệm SQL Server - Bài 01
Trắc Nghiệm Cấu Trúc Dữ Liệu Và Giải Thuật - Bài 03
Trắc Nghiệm Cấu Trúc Dữ Liệu Và Giải Thuật - Bài 07
Trắc Nghiệm Cơ Sở Dữ Liệu - Bài 16
Trắc nghiệm SQL Server - Bài 16
Đề Xuất
Trắc Nghiệm Cơ Sở Dữ Liệu - Bài 08
Trắc Nghiệm SQL - Bài 40
Trắc Nghiệm SQL - Bài 23
Trắc Nghiệm SQL - Bài 24
Trắc Nghiệm Cấu Trúc Dữ Liệu Và Giải Thuật - Bài 04
Trắc nghiệm SQL Server - Bài 19
Trắc Nghiệm Cấu Trúc Dữ Liệu Và Giải Thuật - Bài 12
Trắc Nghiệm Cấu Trúc Dữ Liệu Và Giải Thuật - Bài 10
Trắc nghiệm SQL Server - Bài 20
Trắc Nghiệm Cơ Sở Dữ Liệu - Bài 10
Trắc Nghiệm Cơ Sở Dữ Liệu - Bài 29
Trắc nghiệm SQL Server - Bài 04
Trắc Nghiệm SQL - Bài 19
Trắc Nghiệm Cơ Sở Dữ Liệu - Bài 55
Trắc Nghiệm Cơ Sở Dữ Liệu - Bài 49
Trắc Nghiệm Cơ Sở Dữ Liệu - Bài 15
Trắc Nghiệm SQL - Bài 25
Trắc Nghiệm Cơ Sở Dữ Liệu - Bài 34
Trắc Nghiệm Cấu Trúc Dữ Liệu Và Giải Thuật - Bài 05
Trắc Nghiệm SQL - Bài 32
Phát triển hệ thống: TRƯƠNG HỮU ĐỨC - Phiên bản 3.0 - © Copyright 2013 - 2024 - VNEDU.ORG

free counters