Loading
What is a Table in SQL

Q1.

What is a table in SQL?
A. A database
B. A collection of rows and columns
C. A query
D. A file

Q2.

A row in a table represents?
A. Column
B. Attribute
C. Record
D. Schema

Q3.

Which SQL command is used to insert data into a table?
A. SELECT
B. CREATE
C. INSERT
D. UPDATE

Q4.

Which SQL command defines the structure of a table?
A. INSERT
B. UPDATE
C. CREATE TABLE
D. SELECT

Q5.

Which component defines the type of data stored?
A. Row
B. Column
C. Record
D. Database