MySQL

MySQL

University

41 Qs

quiz-placeholder

Similar activities

WEB Güvenliği

WEB Güvenliği

University

42 Qs

Design Thinking UXD

Design Thinking UXD

University

39 Qs

IT Essentials Ch 13 Review - The IT Professional

IT Essentials Ch 13 Review - The IT Professional

University

40 Qs

Cloud Computing

Cloud Computing

University

44 Qs

ICC1 - Cloud Computing GrpB - 40 GenAI questions

ICC1 - Cloud Computing GrpB - 40 GenAI questions

University

40 Qs

Büyük Veri 7-12

Büyük Veri 7-12

University

36 Qs

3.2 | Software Concepts

3.2 | Software Concepts

University

40 Qs

Entity Relationship Quiz

Entity Relationship Quiz

University

40 Qs

MySQL

MySQL

Assessment

Quiz

Computers

University

Hard

Created by

ELİF DELİCE

Used 16+ times

FREE Resource

41 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Müşteriler tablosundaki tüm sütunları almak için eksik ifadeyi ekleyin.

_____* FROM Customers;

2.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Customers tablosundan City sütununu seçecek bir ifade yazın.

___ ___ ___ Customers;

3.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Customers tablosundaki Country sütunundan tüm farklı değerleri seçin.

___ ___ Country FROM Customers;

4.

FILL IN THE BLANK QUESTION

1 min • 1 pt

City sütununun "Berlin" değerine sahip olduğu tüm kayıtları seçin.

SELECT * FROM Customers

____ ____ = ____ ;

5.

FILL IN THE BLANK QUESTION

1 min • 1 pt

City sütunun "Berlin" OLMADIĞI tüm kayıtları seçmek için NOT anahtar sözcüğünü kullanın.

SELECT * FROM Customers

___ ___ ___ = "___"

6.

FILL IN THE BLANK QUESTION

1 min • 1 pt

CustomerID sütununun 32 değerine sahip olduğu tüm kayıtları seçin.

SELECT * FROM Customers

____ CustomerID __ __;

7.

FILL IN THE BLANK QUESTION

1 min • 1 pt

City sütununun 'Berlin' değerine ve PostalCode sütununun 12209 değerine sahip olduğu tüm kayıtları seçin.

___ * FROM Customers

___ City = 'Berlin'

___ ___= 12209;

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?