Loading
Quipo
in
MindXchange
Log In
Tutorials
Exercises
MCQs
Interview Q & A
Tests
HTML
CSS
JavaScript
Java
SQL
Angular
Spring
Quipo
in
MindXchange
Menu
MindXchange
HTML
CSS
JavaScript
Java
SQL
Angular
Spring
Welcome to Quipoin
Login to track your progress
Quipoin Menu
Learn • Practice • Grow
Tutorial
Exercises
MCQs
Interview Q & A
Tests
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
CRUD Operations
SQL SELECT
SQL INSERT
SQL UPDATE
SQL DELETE
Schema Modification
Keys & Constraints
Keys in SQL
SQL Constraints
Foreign Keys
Constraints
Data Filtering
SELECT
WHERE
SQL Operators
SQL LIMIT
SQL ORDER BY
SQL Aggregate
SQL GROUP BY
SQL HAVING
SQL Execution Order
Joins & Sets
SQL JOINS
Advanced SQL Joins
SQL Self Join
SQL CROSS JOIN
SQL UNION
SQL INTERSECT & EXCEPT
Subqueries & Views
SQL Subqueries
Single Row Subqueries
Multi Row Subqueries
Correlated Subqueries
Derived Tables
Views
Updating Views
Indexes & Programs
SQL Indexes
Query Optimization
Index Optimization
Procedures
Functions
Triggers
Transactions & Security
SQL Transactions
ACID Properties
SQL Normalization
SQL Denormalization
SQL Security
SQL Injection
Advanced SQL
Window Functions
sql /
What is Database
mcq
Chapter
Exercises
Interview Qs
Videos
Discussion
Q1.
What is a database?
A.
A programming language
B.
A collection of organized data
C.
A website
D.
An operating system
Q2.
Which component uniquely identifies a record in a table?
A.
Column
B.
Row
C.
Primary Key
D.
Field
Q3.
A row in a database table represents?
A.
Field
B.
Column
C.
Record
D.
Database
Q4.
Which of the following is an example of data?
A.
SQL
B.
Database
C.
Student Name
D.
Table
Q5.
What does a column define in a table?
A.
Number of records
B.
Type of data stored
C.
Database size
D.
Query speed