DBMS - Week 12 (Active DB & Stored Procedures)

DBMS - Week 12 (Active DB & Stored Procedures)

University

10 Qs

quiz-placeholder

Similar activities

Week 3- lecture (DATA MODELS)

Week 3- lecture (DATA MODELS)

University

13 Qs

Databases Week 2 Review

Databases Week 2 Review

12th Grade - Professional Development

12 Qs

DBMS

DBMS

University

13 Qs

Spring and Spring boot

Spring and Spring boot

University

10 Qs

Computer hardware and software

Computer hardware and software

University

11 Qs

Lesson 5 - DBMS

Lesson 5 - DBMS

University

10 Qs

Parallel & Distributed Database

Parallel & Distributed Database

University

10 Qs

CSC 2663 Database Administration

CSC 2663 Database Administration

University

15 Qs

DBMS - Week 12 (Active DB & Stored Procedures)

DBMS - Week 12 (Active DB & Stored Procedures)

Assessment

Quiz

Computers

University

Medium

Created by

Ery Eryanto

Used 3+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 10 pts

There are 3 Information about the Day in Interval Information, such as

Day_Hour,

Day_Minute,

Day_MillsSecond.

Day_Hour,

Day_Month,

Day_Second.

Day_Hour,

Day_Minute,

Day_Second.

Day_Date,

Day_Minute,

Day_Second.

2.

FILL IN THE BLANK QUESTION

20 sec • 10 pts

One of Data Types to know about the Date/Time for Current Activities such as Successfully Completed and or Published

3.

MULTIPLE CHOICE QUESTION

20 sec • 10 pts

For Automating Routine or Complex Database Operations & Data Processing Tasks

Robotic Task

Process Automation

Automate Task

Automotive Task

4.

FILL IN THE BLANK QUESTION

20 sec • 10 pts

You can write multiple [ ... ] statements, each of which deletes data from a specific table

5.

MULTIPLE CHOICE QUESTION

20 sec • 10 pts

As Part of Data Sources in Stored Procedures

Applications, Databases & Logs

Files, Databases & Applications

Events, Vertex.ai, Looker Studio

Tableau, Logs & Applications

6.

FILL IN THE BLANK QUESTION

20 sec • 10 pts

Workload Queue > Distributed, Serialized [....]

7.

FILL IN THE BLANK QUESTION

20 sec • 10 pts

CREATE TRIGGER Validasi_Stok

BEFORE UPDATE ON Produk

FOR EACH ROW

[...]

    IF NEW.Stok < 0 THEN

        SET NEW.Stok = 0; -- Mengatur stok menjadi 0 jika kurang dari 0

    END IF;

END;

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?