Tin Học 11-Bài 22 Luyện Tập

Tin Học 11-Bài 22 Luyện Tập

University

25 Qs

quiz-placeholder

Similar activities

Secure Programming Practices

Secure Programming Practices

University

23 Qs

BSIT 3-2 - Information Assurance and Security 1

BSIT 3-2 - Information Assurance and Security 1

University

24 Qs

Preguntas sobre SQL y Bases de Datos

Preguntas sobre SQL y Bases de Datos

University

25 Qs

MIDTERM QUIZ IN WEB DEV 101

MIDTERM QUIZ IN WEB DEV 101

University

25 Qs

BCS Systems & Architecture Quiz 1

BCS Systems & Architecture Quiz 1

University - Professional Development

20 Qs

CPA MS-Office Hotkeys Quiz

CPA MS-Office Hotkeys Quiz

8th Grade - Professional Development

21 Qs

Digital Footprint and Social Media

Digital Footprint and Social Media

8th Grade - University

20 Qs

Midterm Exam Review

Midterm Exam Review

5th Grade - University

20 Qs

Tin Học 11-Bài 22 Luyện Tập

Tin Học 11-Bài 22 Luyện Tập

Assessment

Quiz

Instructional Technology

University

Easy

Created by

Hồng Vũ

Used 2+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Muốn truy xuất tất cả các dòng dữ liệu từ bảng "casi" ta dùng?

SELECT * FROM casi WHERE tencasi LIKE '%Hoa%';

SELECT * FROM casi WHERE idcasi = 1;

SELECT * FROM casi;

SELECT * FROM casi WHERE tencasi LIKE 'N%';

2.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Muốn truy xuất các ca sĩ theo thứ tự tên theo thứ tự từ A đến Z ta dùng?

SELECT * FROM casi WHERE tencasi LIKE '%Hoa%';

SELECT * FROM casi WHERE idcasi = 1;

SELECT * FROM casi ORDER BY tencasi ASC;

SELECT * FROM casi WHERE tencasi LIKE 'N%';

3.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Muốn truy xuất dữ liệu các ca sĩ theo thứ tự "idcasi" giảm dần ta dùng?

SELECT * FROM casi WHERE tencasi LIKE '%Hoa%';

SELECT * FROM casi WHERE idcasi = 1;

SELECT * FROM casi ORDER BY idcasi DESC;

SELECT * FROM casi WHERE tencasi LIKE 'N%';

4.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Muốn truy xuất dữ liệu các ca sĩ có "idcasi" là 1 ta dùng?

SELECT * FROM casi WHERE tencasi LIKE '%Hoa%';

SELECT * FROM casi WHERE idcasi = 1;

SELECT * FROM casi;

SELECT * FROM casi WHERE tencasi LIKE 'N%';

5.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Muốn truy xuất dữ liệu các ca sĩ có "tencasi" bắt đầu bằng chữ "N" ta dùng?

SELECT * FROM casi WHERE tencasi LIKE '%Hoa%';

SELECT * FROM casi WHERE idcasi = 1;

SELECT * FROM casi;

SELECT * FROM casi WHERE tencasi LIKE 'N%';

6.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Muốn truy xuất dữ liệu các ca sĩ có "tencasi" chứa từ khóa "Hoa" ta dùng?

SELECT * FROM casi WHERE tencasi LIKE '%Hoa%';

SELECT * FROM casi WHERE idcasi = 1;

SELECT * FROM casi;

SELECT * FROM casi WHERE tencasi LIKE 'N%';

7.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Để chỉnh sửa dữ liệu trong bảng ta thực hiện?

Nháy đúp chuột vào ô dữ liệu cần sửa và nhập lại

Nhấn phím Insert

Nháy nút phải chuột vào ô cần sửa

Nháy nút trái chuột vào ô dữ liệu cần sửa

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?