
Hệ quản trị csdl
Quiz
•
Professional Development
•
University
•
Practice Problem
•
Medium
Devil Gamer
Used 3+ times
FREE Resource
Enhance your content in a minute
66 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Để thu hồi tất cả các quyền của User Trung trong bảng LUONG câu lệnh nào sau đây đúng
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Câu lệnh truy vấn sau dùng để làm gì
SELECT hodem,ten,gioitinh,
YEAR(GETDATE())-YEAR(ngaysinh) AS tuoi
FROM sinhvien
WHERE ten='Bình'
ORDER BY 4
Hiển thị Hotem, ten, giới tính và tuổi, trong đó sắp xếp tên theo thứ tự abc
Hiển thị Hotem, ten, giới tính và tuổi, trong đó sắp xếp tuổi theo thứ tự giảm dần
Hiển thị Hotem, ten, giới tính và tuổi, trong đó sắp xếp cả 4 cột theo thứ tự từ trái sang phải
Hiển thị Hotem, ten, giới tính và tuổi, trong đó sắp xếp cột tuổi theo thứ tự từ nhỏ đến lớn
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Dịch và chạy chương trình sau với tham số 2 và 3 cho kết quả gi.
create function Tim_Max(@a int,@b int)
returns int
as
begin
if @a>@b
return @a
else return @b
end
0
2
3
Lỗi
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Cấu trúc nào sau đây đúng khi tạo mới một hàm
create function tên_hàm ([danh_sách_tham_số])
returns (kiểu_trả_về_của_hàm)
as
begin
các_câu_lệnh_của_hàm
return
end
create function tên_hàm ([danh_sách_tham_số])
return (kiểu_trả_về_của_hàm)
as
begin
các_câu_lệnh_của_hàm
return
end
create function tên_hàm [danh_sách_tham_số]
returns (kiểu_trả_về_của_hàm)
as
begin
các_câu_lệnh_của_hàm
return
end
create function tên_hàm ([danh_sách_tham_số])
returns (kiểu_trả_về_của_hàm)
các_câu_lệnh_của_hàm
return
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Cấu trúc nào sau đây đúng khi tạo mới trigger
create trigger < tên trigger> on < bảng dữ liệu>
with encryption
for [insert, delete, update]
as
< các lệnh sql>
create trigger < tên trigger> for < bảng dữ liệu>
with encryption
on [insert, delete, update]
as
< các lệnh sql>
create trigger < tên trigger>
with encryption
on [insert, delete, update]
as
< các lệnh sql>
create trigger < tên trigger> for < bảng dữ liệu>
with encryption
on [insert, delete]
as
< các lệnh sql>
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Dich và chạy chương trình sau cho kết quả là gì
create function AA
returns int
as
begin
return 4
end
4
AA
0
Lỗi
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Để xác định quý của ngày tháng năm hiện tại câu lệnh nào sau đây đúng
Create a free account and access millions of resources
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?
Similar Resources on Wayground
Popular Resources on Wayground
10 questions
Honoring the Significance of Veterans Day
Interactive video
•
6th - 10th Grade
9 questions
FOREST Community of Caring
Lesson
•
1st - 5th Grade
10 questions
Exploring Veterans Day: Facts and Celebrations for Kids
Interactive video
•
6th - 10th Grade
19 questions
Veterans Day
Quiz
•
5th Grade
14 questions
General Technology Use Quiz
Quiz
•
8th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
15 questions
Circuits, Light Energy, and Forces
Quiz
•
5th Grade
19 questions
Thanksgiving Trivia
Quiz
•
6th Grade
