TIN HỌC HK2

TIN HỌC HK2

10th Grade

40 Qs

quiz-placeholder

Similar activities

SEM I Unit 3 Post test

SEM I Unit 3 Post test

9th Grade - University

35 Qs

Ch. 16 Sound and Light

Ch. 16 Sound and Light

8th - 11th Grade

37 Qs

Fingerprints

Fingerprints

9th - 12th Grade

35 Qs

Prep, Plan, and Pay for Higher Education

Prep, Plan, and Pay for Higher Education

9th - 12th Grade

39 Qs

NOCTI HR EOPA

NOCTI HR EOPA

10th - 12th Grade

45 Qs

Intro to Culinary Fall Final Exam

Intro to Culinary Fall Final Exam

9th - 12th Grade

35 Qs

Tort Law

Tort Law

9th - 12th Grade

40 Qs

Rewanomics - Demand

Rewanomics - Demand

10th - 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

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?