
SQL BASIC

Passage
•
Computers, Other
•
12th Grade
•
Medium
Jayasree Venkateswaran
Used 1+ times
FREE Resource
35 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
To remove a record from a table, which SQL statement would you use?
REMOVE
DELETE
CANCEL
ERADICATE
2.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
I want to create a table in my table named "actors" with two columns: "name" and "age." What statement will do this?
CREATE TABLE actors (name varchar(10), age INT);
CREATE actors WITH COLUMNS (name, age);
CREATE DATABASE actors WITH COLUMNS (name string(10), age INT);
CREATE actors (name, age): TABLE, TEXT, INTEGER;
3.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
I want to select all columns in my "actors" table for all actors. How can I do that?
SELECT * FROM actors;
SELECT age FROM actors;
SELECT * FROM actors WHERE age > 30;
SELECT name, age FROM actors WHERE age < 30;
4.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
I want to add the actor "Brad Pitt" (aged 56) to my table "actors." Which statement will do this?
INSERT INTO actors VALUES ("Brad Pitt", 56);
INSERT "Brad Pitt" AND 56 INTO actors;
UPDATE age = 56 WHERE name = "Brad Pitt";
CREATE ENTRY ("Brad Pitt", 56) IN TABLE actors;
5.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
In a database for an online shopping company, all the information about a single customer would be stored as a ...
Field
Record
Relationship
Table
6.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
In a database for an online shopping company, all the customer information would be stored as a ...
Field
Record
Relationship
Table
7.
FILL IN THE BLANK QUESTION
45 sec • 1 pt
In the table shown, which field is likely to be the primary key?
Create a free account and access millions of resources
Similar Resources on Wayground
31 questions
Microsoft Access

Quiz
•
8th Grade - University
32 questions
SQL more advandced en

Quiz
•
12th Grade
41 questions
BASIS DATA KELAS XII KUIZZ

Quiz
•
12th Grade
35 questions
Database

Quiz
•
KG - University
35 questions
DATABASE QUIZ

Quiz
•
9th - 12th Grade
40 questions
Q3-PROGRAMMING-SUMMATIVE-TEST-SY2023-2024

Quiz
•
12th Grade
38 questions
Azure Architecture and Services part 2

Quiz
•
9th - 12th Grade
35 questions
Administrasi sistem Jaringan Kelas XII TKJ 2020

Quiz
•
12th Grade
Popular Resources on Wayground
18 questions
Writing Launch Day 1

Lesson
•
3rd Grade
11 questions
Hallway & Bathroom Expectations

Quiz
•
6th - 8th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
Discover more resources for Computers
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
62 questions
Spanish Speaking Countries, Capitals, and Locations

Quiz
•
9th - 12th Grade
20 questions
First Day of School

Quiz
•
6th - 12th Grade
6 questions
Maier - AMDM - Unit 1 - Quiz 1 - Estimation

Quiz
•
12th Grade
21 questions
Arithmetic Sequences

Quiz
•
9th - 12th Grade
21 questions
9th Grade English Diagnostic Quiz

Quiz
•
9th - 12th Grade
7 questions
Characteristics of Life

Interactive video
•
11th Grade - University