Choose the query to find travel location for Indonesia
Kaun Banega Crorepati

Quiz
•
Computers
•
University
•
Medium
KIT_CSE_Nandhiha Vasudevan
Used 4+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
SELECT * FROM Destinations
WHERE Country = 'Indonesia';
SELECT * FROM Destinations
WHERE Country = Indonesia;
SELECT * FROM Destinations
WHERE Countries = 'Indonesia';
SELECT * FROM Destinations
WHERE Country LIKE = 'Indonesia';
2.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
what is not the alternative for the like operator?
=
ILIKE
SIMILAR TO
IN
3.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What does the following SQL query do?
SELECT DISTINCT name FROM Destinations;
Retrieves all records from the Destinations table
Returns only unique destination names
Filters destinations priced above $1000
Deletes duplicate destinations
5.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What does the REGEXP pattern '^A' do in the following SQL query?
Finds all destinations containing the letter 'A'
Finds all destinations that start with the letter 'A'
Finds all destinations that end with 'A'
Finds destinations where 'A' appears anywhere in the name
6.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What will happen if we run the following query?
UPDATE Destinations SET Price = Price + 500;
It increases the price of all destinations by $500.
It updates only one record's price by $500.
It throws a syntax error.
It deletes all records.
7.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
How do you update multiple columns in SQL?
UPDATE Destinations SET Price = 2500 AND Country = 'Canada' WHERE Location = 'Paris';
UPDATE Destinations SET Price = 2500, Country = 'Canada' WHERE Location = 'Paris';
UPDATE Destinations MODIFY Price = 2500, Country = 'Canada' WHERE Location = 'Paris';
ALTER Destinations SET Price = 2500, Country = 'Canada' WHERE Location = 'Paris';
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
DataBase 2

Quiz
•
University
12 questions
BE4 UPS 3 D2T10

Quiz
•
University
10 questions
J277 - 2.2 - The use of SQL to search for data

Quiz
•
10th Grade - University
10 questions
MYSQL

Quiz
•
University
10 questions
PBD Pertemuan 04

Quiz
•
University
10 questions
SQL

Quiz
•
University
10 questions
Managing Devices

Quiz
•
9th Grade - University
11 questions
CRUD en MySQL

Quiz
•
University
Popular Resources on Wayground
25 questions
Equations of Circles

Quiz
•
10th - 11th Grade
30 questions
Week 5 Memory Builder 1 (Multiplication and Division Facts)

Quiz
•
9th Grade
33 questions
Unit 3 Summative - Summer School: Immune System

Quiz
•
10th Grade
10 questions
Writing and Identifying Ratios Practice

Quiz
•
5th - 6th Grade
36 questions
Prime and Composite Numbers

Quiz
•
5th Grade
14 questions
Exterior and Interior angles of Polygons

Quiz
•
8th Grade
37 questions
Camp Re-cap Week 1 (no regression)

Quiz
•
9th - 12th Grade
46 questions
Biology Semester 1 Review

Quiz
•
10th Grade