Loading
QUIPO
IN
Mind Xchange
Learning
Test
MCQs
Exercises
Q & A
Log In
Mind Xchange
Learning
MCQs
Test
Exercises
Q & A
◀
JAVA
SPRING
ANGULAR
SQL
HTML
CSS
JAVASCRIPT
Data Structure
▶
SQL Fundamentals
Introduction to SQL
What is Database
Types of Database
What is a Table in SQL
Creating First Database
Creating First Table
SQL Data Type
SQL Commands Overview
What Are SQL Commands
Types of SQL Commands
Table Queries
Creating First Table
Chapter
Exercises
Interview Qs
Videos
Discussion
Q1.
Where is actual data stored in a database?
A.
Database
B.
Table
C.
Column
D.
Index
Q2.
Which command selects a database to work in?
A.
SELECT DATABASE
B.
USE DATABASE
C.
USE database_name
D.
OPEN DATABASE
Q3.
Which SQL command is used to create a table?
A.
MAKE TABLE
B.
ADD TABLE
C.
CREATE TABLE
D.
NEW TABLE
Q4.
What does DESCRIBE Students show?
A.
Table data
B.
Table size
C.
Table structure
D.
Table indexes