XII RPL Quizziz Pertemuan 3 Migrasi Database & Seeder

Quiz
•
Information Technology (IT)
•
12th Grade
•
Easy
sulthan Shihab
Used 6+ times
FREE Resource
25 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Fitur Laravel yang memungkinkan pengelolaan skema database menggunakan kode PHP dan bukan SQL mentah disebut...
Eloquent ORM
Service Provider
Migrasi Database
Seeder
Middleware
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Untuk membuat tabel baru di database menggunakan migrasi Laravel, method Schema yang digunakan adalah...
Schema::table()
Schema::add()
Schema::create()
Schema::modify()
Schema::build()
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Perintah Artisan yang tepat untuk membuat file migrasi baru bernama create_products_table adalah...
php artisan make:table products
php artisan create:migration products_table
php artisan generate:migration create_products_table
php artisan make:migration create_products_table
composer make:migration products
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Kolom database yang otomatis bertambah nilainya (auto-incrementing) dan berfungsi sebagai primary key di Laravel migrasi didefinisikan dengan...
$table->int('id');
$table->bigIncrements('id');
$table->uniqueId();
$table->primary('id');
$table->id();
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Jika Anda ingin menyimpan teks panjang seperti deskripsi produk atau alamat lengkap dalam sebuah kolom database melalui migrasi Laravel, tipe data yang paling tepat adalah...
string
char
text
varchar
longText
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Tipe data migrasi Laravel yang secara otomatis membuat kolom created_at dan updated_at untuk melacak waktu pembuatan dan pembaruan data adalah...
timestamp()
dateTimes()
timestamps()
date()
dateTime()
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Perintah Artisan yang digunakan untuk menjalankan semua migrasi yang tertunda (belum dieksekusi) adalah...
php artisan db:update
php artisan migrate:run
php artisan migrate
php artisan run:migrations
php artisan db:sync
Create a free account and access millions of resources
Similar Resources on Wayground
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Information Technology (IT)
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
10 questions
Video Games

Quiz
•
6th - 12th Grade
28 questions
Ser vs estar

Quiz
•
9th - 12th Grade
13 questions
BizInnovator Startup - Experience and Overview

Quiz
•
9th - 12th Grade
16 questions
AP Biology: Unit 1 Review (CED)

Quiz
•
9th - 12th Grade
20 questions
Parallel lines and transversals

Quiz
•
9th - 12th Grade
9 questions
Geometry and Trigonometry Concepts

Interactive video
•
9th - 12th Grade
10 questions
Angle Relationships with Parallel Lines and a Transversal

Quiz
•
9th - 12th Grade