TIN HỌC HK2

TIN HỌC HK2

10th Grade

40 Qs

quiz-placeholder

Similar activities

Chapter 9 Review

Chapter 9 Review

10th - 12th Grade

38 Qs

World of Hospitality and Tourism

World of Hospitality and Tourism

9th - 12th Grade

37 Qs

Marketing Midterm

Marketing Midterm

9th - 12th Grade

35 Qs

PBMF Ch 10 - Marketing

PBMF Ch 10 - Marketing

9th - 12th Grade

45 Qs

Principles of Accounts

Principles of Accounts

9th - 12th Grade

35 Qs

KUISA #2: NO KA HALE KŪʻAI

KUISA #2: NO KA HALE KŪʻAI

KG - University

43 Qs

Street Law:  Consumer Law C. 23-29 Review

Street Law: Consumer Law C. 23-29 Review

9th - 10th Grade

40 Qs

PUHSD ACCT 1-2 Chapter 9 Vocabulary

PUHSD ACCT 1-2 Chapter 9 Vocabulary

9th - 12th Grade

35 Qs

TIN HỌC HK2

TIN HỌC HK2

Assessment

Quiz

Other

10th Grade

Medium

Created by

Nghi Phương

Used 5+ times

FREE Resource

40 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Câu lệnh SQL nào dùng để tạo CSDL?

create database

create table

alter table

update database

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

CSDL coffee_shop gồm bao nhiêu quan hệ?

3

4

2

6

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Bảng menu gồm bao nhiêu thuộc tính?

7

2

5

4

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Khóa chính của bảng invoice là gì?

invoice_id

invoice_date

customer_id

item_id

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Để tạo bảng customers chứa dữ liệu của khách hàng, câu lệnh SQL được viết như thế nào?

alter table customers (

… );

alter table `customers` (

… );

create table customers (

… );

create table `customers` (

… );

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Để khai báo thuộc tính customer_id là khóa chính có 6 ký tự, câu lệnh SQL được viết như thế nào?

create table `customers` ( `customer_id` char(6) primary key,… );

create table customers ( `customer_id` char(6) primary key,… );

create table `customers` ( `customer_id` char primary key,… );

create table `customers` ( customer_id char(6) primary key,… );

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

`item_id` char(3) primary key,

`item_name` varchar(100),

`item_type` char(7),

`price` int unsigned,

`real_name` varchar(100)

Theo khai báo trên, thuộc tính price có kiểu dữ liệu là gì?

số nguyên không âm

chuỗi kí tự

số nguyên

chuỗi kí tự có số

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?