which of these show all the data from employees table?

database Quiz 3 Revision

Quiz
•
Computers
•
University
•
Medium

hasan kadhem
Used 5+ times
FREE Resource
25 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
select * from employees;
SELECT * FROM employees;
both are correct
2.
FILL IN THE BLANK QUESTION
1 min • 1 pt
if you want to make the id column a primary key what do you add in the blank
create table students
(id number(8) _______,
name varchar2(20),
address varchar2(20));
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
if i wanted to add a column to have a unique constraint which of these do i choose ?
create table students
(id number(10) primary key,
name varchar2(20),
phone number(9) _______);
Not repeated
constraint phone_unique unique
constraint (phone unique) unique
constraint phone_unique unique (phone)
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
which of these is a named primary key constraint
student_id number(8) constraint student_pk primary key
student_id number(8) primary key
neither of them
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
which of these data types is better suited for Bahraini dinars
number(10,3)
varchar2(10)
number(10)
6.
FILL IN THE BLANK QUESTION
1 min • 1 pt
what do you type to calculate the average value of the salary column
select ___________ from employees;
7.
FILL IN THE BLANK QUESTION
1 min • 1 pt
how do you ensure that no null values are entered into the address column?
create table students
(student_id number(10),
name varchar2(20),
address varchar2(40) ______ );
Create a free account and access millions of resources
Similar Resources on Quizizz
25 questions
Quiz on Aggregate Functions in SQL

Quiz
•
University
20 questions
Kuis SQL Select

Quiz
•
University
30 questions
1TCSS2IUB3

Quiz
•
University
30 questions
MELINIA - SEQUELVERSE - ROUND 1

Quiz
•
University
20 questions
Parallel & Distributed Database

Quiz
•
University
20 questions
DBMS 1

Quiz
•
University
20 questions
Database Concepts Quiz

Quiz
•
University
20 questions
Comandos DDL

Quiz
•
University
Popular Resources on Quizizz
15 questions
Multiplication Facts

Quiz
•
4th Grade
20 questions
Math Review - Grade 6

Quiz
•
6th Grade
20 questions
math review

Quiz
•
4th Grade
5 questions
capitalization in sentences

Quiz
•
5th - 8th Grade
10 questions
Juneteenth History and Significance

Interactive video
•
5th - 8th Grade
15 questions
Adding and Subtracting Fractions

Quiz
•
5th Grade
10 questions
R2H Day One Internship Expectation Review Guidelines

Quiz
•
Professional Development
12 questions
Dividing Fractions

Quiz
•
6th Grade