You are on page 1of 30

Câu 1. How many JDBC driver types does Sun define?

A. Four B. Three

C. Two D. One

Câu 2. What SQL structure is used to limit column values of a table?

A. The LIMIT constraint B. The COUNT constaint

C. The VALUE constaint D. The CHECK constraint

Câu 3. Which of the following statements is true concerning routines and triggers?

A. Both have to be called to operate. B. Both are stored in the database.

C. Both consist of procedural code. D. Both run automatically.

Câu 4. Data administrators are responsible for:

A. Writing application programs. B. Managing technical issues in


the database environment.

C. Overall management of data resources D. Physical database design.


in an organization.

Câu 5. When assessing the table structure of an acquired set of tables with data, determining foreign
keys is (part of) the:

A. Fourth step B. Second step

C. Third step D. First step

Câu 6. An attribute that names or identifies entity instances is a(n):

A. Identifier B. Entity

C. Attribute D. Relationship
Câu 7. SQL stands for ________ .

A. Structured Query Language B. Sequential Question Language

C. Structured Question Language D. Sequential Query Language

Câu 8. SQL data definition commands make up a(n) ________ .

A. HTML B. XML

C. DDL D. DML

Câu 9. A relational database consists of a collection of

A. Fields B. Keys

C. Tables D. Records

Câu 10. ________ was adopted as a national standard by ANSI in 1992.

A. Microsoft Access B. SQL

C. DBase D. Oracle

Câu 11. One solution to the multivalued dependency constraint problem is to:

A. Split the relation into two relations, B. Create a new theme.


each with a single theme.

C. Change the theme. D. Add a composite key.

Câu 12. The DROP TABLE statement:

A. Deletes the table structure along with B. Deletes the table structure only.
the table data.

C. Is not an SQL statement. D. Works whether or not referential


integrity constraints would be violated.
Câu 13. Properties that describe the characteristics of entities are called:

A. Entities B. Identifers

C. Attributes D. Relationships

Câu 14. Views constructed from SQL SELECT statements that conform to the SQL-92 standard may not
contain:

A. ORDER BY B. WHERE

C. GROUP BY D. FROM

Câu 15. Metadata enables database designers and users to do all of the following except:

A. What the data mean B. Understand what data exist

C. What the fine distinctions are between similar data D. Sample data

items.

Câu 16. Entities can be associated with one another in which of the following?

A. Relationships B. Identifiers

C. Entities D. Attributes

Câu 17. The SQL statement to create a view is:

A. CREATE VIEW B. NEW VIEW

C. MAKE VIEW D. INSERT VIEW

Câu 18. Which of the following is a group of one or more attributes that uniquely identifies a row?

A. Tuple B. Key

C. Relation D. Determinant

Câu 19. Embedded SQL is which of the


following?

A. Hard-coded SQL statements in a B. Hard-coded SQL statements in a


procedure. program language such as Java.

C. Hard-coded SQL statements in a trigger. D. The process of making an application


capable of generating specific SQL code
on the fly.

Câu 20. A view is which of the following?

A. A virtual table that can be accessed via B. A base table that can be accessed via
SQL commands SQL commands

C. A virtual table that cannot be accessed via D. A base table that cannot be accessed
SQL commands via SQL commands

Câu 21. Which one of the following sorts rows


in SQL?

A. ALIGN BY B. ORDER BY

C. SORT BY D. GROUP BY

Câu 22. A ________ in a table represents a relationship among a set of values.

A. Row B. Column

C. Key D. Entry

Câu 23. What is an SQL virtual table that is constructed from other tables?

A. Another table B. Query results

C. A relation D. A view

Câu 24. Which one of the following is a procedural language?

A. Tuple relational calculus B. Relational algebra

C. Domain relational calculus D. Query language

Câu 25. A subquery in an SQL SELECT


statement:

A. Cannot have its results sorted using B. Has a distinct form that cannot be
ORDER BY. duplicated by a join.

C. Can only be used with two tables. D. Can always be duplicated by a join.

Câu 26. The result of a SQL SELECT statement is a(n) ________ .

A. table B. file

C. report D. form

Câu 27. You can add a row using SQL in a database with which of the following?

A. INSERT B. MAKE

C. CREATE D. NEW

Câu 28. When three or more AND and OR conditions are combined, it is easier to use the SQL
keyword(s):

A. IN B. LIKE

C. NOT IN D. IN and NOT IN

Câu 29. Using the SQL GROUP BY phrase with a SELECT statement can help detect which of the following
problems?

A. The general-purpose remarks column problem B. The missing values problem

C. The inconsistent values problem D. The multivalue, multicolumn problem

Câu 30. The command to eliminate a table from a database is:

A. REMOVE TABLE CUSTOMER; B. DROP TABLE CUSTOMER;

C. DELETE TABLE CUSTOMER; D. UPDATE TABLE CUSTOMER;


Câu 31. Using which language can a user request information from a database?

A. Query B. Structural

C. Relational D. Compiler

Câu 32. Table is synonymous with the term:

A. Record B. Column

C. Relation D. Field

Câu 33. The Microsoft Access wildcards are ____ and ____ .

A. question mark (?); asterisk (*) B. underscore(_); question mark (?)

C. percent sign (%); underscore (_) D. asterisk (*); percent sign (%)

Câu 34. Which of the following is not a restriction for a table to be a relation?

A. The columns must be ordered. B. No two rows in a table may be identical.

C. The cells of the table must contain a single value. D. All of the entries in any column must
be of the same kind.

Câu 35. Which one of the following is a set of one or more attributes taken collectively to uniquely
identify a record?

A. Candidate key B. Foreign key

C. Sub key D. Super key

Câu 36. What is not an advantage of stored procedures?

A. Code sharing B. Greater security

C. SQL can be optimized D. Increased network traffic

Câu 37. SQL is:

A. A DBMS B. An operating system

C. A data sublanguage D. A programming language


Câu 38. A relation is considered a:

A. Column B. Three dimensional table

C. Two dimensional table D. One dimensional table

Câu 39. Which of the following types of databases are the most common?

A. Department B. Workgroup

C. Personal D. Enterprise

Câu 40. Which one of the following attribute can be taken as a primary key?

A. Department B. Name

C. Street D. Id

……… HẾT ………


Câu 1. Creating a read-only database is a task that is ________ assigned to beginning database professionals.

A. Commonly B. Always

C. Never D. Seldom

Câu 2. Properties that describe the characteristics of entities are called:

A. Attributes B. Relationships

C. Entities D. Identifers

Câu 3. ________ was adopted as a national standard by ANSI in 1992.

A. SQL B. Oracle

C. Microsoft Access D. DBase

Câu 4. Which of the following is not a restriction for a table to be a relation?

A. No two rows in a table may be identical. B. The cells of the table must contain a
single value.

C. All of the entries in any column must be D. The columns must be ordered.
of the same kind.

Câu 5. An attribute is a(n):

A. Column of a table. B. Column of a table

C. Two dimensional table D. Row of a table

Câu 6. When using the SQL INSERT


statement:

A. Rows cannot be copied in mass from oneB. Rows can be inserted into a table only
table to another only. one at a time only.

C. Rows can be modified according to D. Rows can either be inserted into a


criteria only. table one at a time or in groups.
Câu 7. The tuples of the relations can be of ________ order.

A. Sorted B. Constant

C. Any D. Same

Câu 8. If attributes A and B determine attribute C, then it is also true that:

A. (A,B) is a composite determinant . B. B → C.

C. A → C. D. C is a determinant.

Câu 9. Which one of the following is a procedural language?

A. Query language B. Relational algebra

C. Domain relational calculus D. Tuple relational calculus

Câu 10. Using which language can a user request information from a database?

A. Query B. Compiler

C. Structural D. Relational

Câu 11. SQL query and modification commands make up a(n) ________ .

A. XML B. DML

C. HTML D. DDL

Câu 12. Helping people keep track of things is the purpose of a(n) ________ .

A. table B. database

C. relationship D. instance

Câu 13. Which of the following types of databases are the most common?

A. Personal B. Enterprise

C. Department D. Workgroup
Câu 14. A recursive relationship is a relationship between an entity and ________ .

A. A subtype entity B. An erchetype entity

C. Itself D. An instance entity

Câu 15. The command to remove rows from a table CUSTOMER is:

A. DROP FROM CUSTOMER ... B. DELETE FROM CUSTOMER WHERE ...

C. UPDATE FROM CUSTOMER ... D. REMOVE FROM CUSTOMER ...

Câu 16. SQL is:

A. A data sublanguage B. A DBMS

C. An operating system D. A programming language

Câu 17. Data administrators are responsible


for:

A. Overall management of data resources B. Writing application programs.


in an organization.

C. Physical database design. D. Managing technical issues in


the database environment.

Câu 18. Row is synonymous with the term:

A. Record B. Column

C. Relation D. Field

Câu 19. The term _______ is used to refer to


a row.

A. Field B. Tuple

C. Attribute D. Instance
Câu 20. To sort the results of a query use:

A. GROUP BY B. SORT BY

C. ORDER BY D. ALIGN BY

Câu 21. A functional dependency is a relationship between or among:

A. Tables B. Relations

C. Rows D. Attributes

Câu 22. The SQL statement that queries or reads data from a table is ________ .

A. VIEW B. READ

C. SELECT D. QUERY

Câu 23. The result of a SQL SELECT statement is a(n) ________ .

A. form B. report

C. file D. table

Câu 24. What is not an advantage of stored


procedures?

A. Greater security B. Increased network traffic

C. SQL can be optimized D. Code sharing

Câu 25. A subquery in an SQL SELECT


statement:

A. Can only be used with two tables. B. Cannot have its results sorted using
ORDER BY.

C. Has a distinct form that cannot be D. Can always be duplicated by a join.


duplicated by a join.
Câu 26. The wildcard in a WHERE clause is useful when?

A. An exact match is necessary in a CREATE statement. B. An exact match is not possible in a CREATE

C. An exact match is not possible in a SELECT statement . D. An exact match is necessary in a


SELECT statement.

Câu 27. Which of the following is NOT a type of SQL constraint?

A. ALTERNATE KEY B. PRIMARY KEY

C. FOREIGN KEY D. UNIQUE

Câu 28. To define what columns should be displayed in an SQL SELECT statement:

A. use USING to name the source table(s) B. use FROM to name the source
and list the columns to be shown after table(s) and list the columns to be
WHERE. shown after SELECT.

C. use USING to name the source table(s) D. use SELECT to name the source
and list the columns to be shown after table(s) and list the columns to be shown
SELECT. after USING.

Câu 29. The primary key is selected from the:

A. Foreign keys B. Composite keys

C. Candidate keys D. Determinants

Câu 30. For each attribute of a relation, there is a set of permitted values, called the ________ of that
attribute.

A. Schema B. Set C. Relation D. Domain


Câu 31. The HAVING clause does which of the following?

A. Acts like a WHERE clause but is used for groups B. Acts EXACTLY like a WHERE
clause. rather than rows.

C. Acts like a WHERE clause but is used for columns D. Acts like a WHERE clause but is used for rows
rather rather than groups. than columns.

Câu 32. Which of the following is the correct order of keywords for SQL SELECT statements?

A. FROM, WHERE, SELECT B. SELECT, FROM, WHERE

C. SELECT, WHERE, FROM D. FROM, SELECT, WHERE

Câu 33. The SQL keyword BETWEEN is used:

A. For ranges B. As a wildcard

C. Sort the results D. To limit the column displayed

Câu 34. Some advantages of the database approach include all, but:

A. Improved data sharing. B. Minimal data redundancy.

C. Improved data consistency. D. Program-data dependency.

Câu 35. The SQL ALTER statement can be used to:

A. Add rows to the table B. Change the table data

C. Change the table structure D. Deletes rows from the table

Câu 36. What SQL structure is used to limit column values of a table?

A. The LIMIT constraint B. The COUNT constaint

C. The VALUE constaint D. The CHECK constraint


Câu 37. To remove duplicate rows from the results of an SQL SELECT statement, the ________ qualifier
specified must be included.

A. DISTINCT B.SINGLE

C. UNIQUE D. ONLY

Câu 38. Using the SQL GROUP BY phrase with a SELECT statement can help detect which of the following
problems?

A. The missing values problem B. The multivalue, multicolumn problem

C. The inconsistent values problem D. The general-purpose remarks column problem

Câu 39. The command to eliminate a table from a database is:

A. UPDATE TABLE CUSTOMER; B. DELETE TABLE CUSTOMER;

C. DROP TABLE CUSTOMER; D. REMOVE TABLE CUSTOMER;

Câu 40. Which of the following statements is true concerning routines and triggers?

A. Both have to be called to operate. B. Both are stored in the database.

C. Both consist of procedural code. D. Both run automatically.

……… HẾT ………


Câu 1. Which of the following is valid SQL for an Index?

A. CHANGE INDEX ID B. ADD INDEX ID

C. CREATE INDEX ID D. REMOVE INDEX ID

Câu 2. The result of a SQL SELECT statement is a(n) ________ .

A. table B. form

C. file D. report

Câu 3. When using the SQL INSERT


statement:

A. Rows can be modified according to B. Rows can be inserted into a table only
criteria only. one at a time only.

C. Rows can either be inserted into a table D. Rows cannot be copied in mass from
one at a time or in groups. one table to another only.

Câu 4. When three or more AND and OR conditions are combined, it is easier to use the SQL keyword(s):

A. NOT IN B. IN

C. IN and NOT IN D. LIKE

Câu 5. Which of the following is a correlated


subquery?

A. Uses the result of an inner query to B. Uses the result of an inner query to
determine the processing of an inner query. determine the processing of an outer
query.

C. Uses the result of an outer query to D. Uses the result of an outer query to
determine the processing of an outer query. determine the processing of an inner
query.
Câu 6. Which is NOT one of the most common types of SQL CHECK constraints?

A. Comparing one column value to another within the


B. Lists of value same table

C. Range checks D. System date

Câu 7. An application where only one user accesses the database at a given time is an example of a(n)
________ .

A. Single-user database application B. Data mining database application

C. E-commerce database application D. Multiuser database application

Câu 8. The HAVING clause does which of the following?

A. Acts like a WHERE clause but is used for groups rather than rows.

B. Acts like a WHERE clause but is used for rows rather rather .

C. Acts EXACTLY like a WHERE clause.

D. Acts like a WHERE clause but is used for columns rather than groups.

Câu 9. A functional dependency is a relationship between or among:

A. Relations B. Attributes

C. Tables D. Rows

Câu 10. Which of the following is not a restriction for a table to be a relation?

A. The columns must be ordered. B. All of the entries in any column must be of the same

kind.

C. No two rows in a table may be identical. D. The cells of the table must contain a single value.
Câu 11. The command to remove rows from a table CUSTOMER is:

A. UPDATE FROM CUSTOMER ... B. DROP FROM CUSTOMER ...

C. REMOVE FROM CUSTOMER ... D. DELETE FROM CUSTOMER


WHERE ...

Câu 12. Data administrators are responsible


for:

A. Managing technical issues in the B. Writing application programs.


database environment.

C. Physical database design. D. Overall management of data


resources in an organization.

Câu 13. One solution to the multivalued dependency constraint problem is to:

A. Split the relation into two relations, each with a single theme . B. Add a composite key.

C. Change the theme. D. Create a new theme.

Câu 14. Creating a read-only database is a task that is ________ assigned to beginning database
professionals.

A. Never B. Always
C. Commonly D. Seldom

Câu 15. To remove a relation from an SQL database, we use the ______ command.

A. DELETE TABLE B. PURGE TABLE

C. DROP TABLE D. REMOVE TABLE

Câu 16. Some advantages of the database approach include all, but:

A. Minimal data redundancy. B. Program-data dependency.

C. Improved data consistency. D. Improved data sharing.


Câu 17. A domain is atomic if elements of the domain are considered to be ____________ units.

A. Divisible B. Different

C. Indivisbile D. Constant

Câu 18. An attribute in a relation is a foreign key if the _______ key from one relation is used as an
attribute in that relation.

A. Sub B. Super

C. Candidate D. Primary

Câu 19. To define what columns should be displayed in an SQL SELECT statement:

A. use USING to name the source table(s) B. use USING to name the source table(s)
and list the columns to be shown after and list the columns to be shown after
WHERE. SELECT.

C. use FROM to name the source table(s) D. use SELECT to name the source
and list the columns to be shown after table(s) and list the columns to be shown
SELECT. after USING.

Câu 20. The following are components of a database except ________ .

A. reports B. metadata

C. user data D. indexes

Câu 21. What is not an advantage of stored procedures?

A. Increased network traffic B. SQL can be optimized

C. Greater security D. Code sharing


Câu 22. You can add a row using SQL in a database with which of the following?

A. CREATE B. NEW

C. INSERT D. MAKE

Câu 23. If attributes A and B determine attribute C, then it is also true that:

A. B → C. B. C is a determinant.

C. A → C. D. (A,B) is a composite determinant .

Câu 24. A recursive relationship is a relationship between an entity and ________ .

A. A subtype entity B. An erchetype entity

C. An instance entity D. Itself

Câu 25. The DROP TABLE statement:

A. Deletes the table structure along with B. Works whether or not referential
the table data. integrity constraints would be violated.

C. Is not an SQL statement. D. Deletes the table structure only.

Câu 26. A subquery in an SQL SELECT


statement:

A. Can always be duplicated by a join. B. Has a distinct form that cannot be


duplicated by a join.

C. Cannot have its results sorted using D. Can only be used with two tables.
ORDER BY.
Câu 27. SQL data definition commands make up a(n) ________ .

A. DDL B. HTML

C. DML D. XML

Câu 28. A key:

A. Can only be one column. B. Must always be composed of two or


more columns.

C. Identifies a column D. Identifies a row.

Câu 29. The wildcard in a WHERE clause is


useful when?

A. An exact match is necessary in a CREATE B. An exact match is not possible in a


statement. SELECT statement.

C. An exact match is necessary in a SELECT D. An exact match is not possible in a


statement. CREATE statement.

Câu 30. How many JDBC driver types does


Sun define?

A. Four B. Three

C. One D. Two

Câu 31. Row is synonymous with the term:

A. Record B. Field

C. Column D. Relation
Câu 32. The primary key is selected from the:

A. Determinants B. Foreign keys

C.Composite keys D. Candidate keys

Câu 33. SQL is:

A. An operating system B. A DBMS

C. A programming language D. A data sublanguage

Câu 34. Metadata enables database designers and users to do all of the following except:

A. Understand what data exist B. Sample data

C. What the data mean D. What the fine distinctions are between similar data

items.

Câu 35. Entities can be associated with one another in which of the following?

A. Attributes B. Relationships

C. Entities D. Identifiers

Câu 36. A relational database consists of a collection of

A. Tables B. Records

C. Fields D. Keys

Câu 37. What MySQL property is used to create a surrogate key in MySQL?

A. AUTO_INCREMENT B. UNIQUE

C. SEQUENCE D. INDEX
Câu 38. Because it contains a description of its own structure, a database is considered to be ________ .

A. described B. self-describing

C. an application program D.metadata compatible

Câu 39. SQL query and modification commands make up a(n) ________ .

A. DDL B. XML

C. DML D. HTML

Câu 40. Which of the following is NOT a type of SQL constraint?

A. FOREIGN KEY B. PRIMARY KEY

C. UNIQUE D. ALTERNATE KEY

……… HẾT ………


Câu 1. Helping people keep track of things is the purpose of a(n) ________ .

A. relationship B. database

C. instance D. table

Câu 2. Creating a read-only database is a task that is ________ assigned to beginning database
professionals.

A. Commonly B. Always

C. Seldom D. Never

Câu 3. A UNION query is which of the


following?

A. Combines the output from multiple B. Combines the output from no more
queries and does not include the same than two queries and does not include
number of columns. the same number of columns.

C. Combines the output from multiple D. Combines the output from no more
queries and must include the same numberthan two queries and must include the
of columns. same number of columns.

Câu 4. A domain is atomic if elements of the domain are considered to be ____________ units.

A. Indivisbile B. Different

C. Divisible D. Constant

Câu 5. Which of the following are the five built-in functions provided by SQL?

A. SUM, AVG, MIN, MAX, SUB B. SUM, AVG, MIN, MAX, NAME

C. COUNT, SUM, AVG, MAX, MIN D. SUM, AVG, SUB, DIV, MIN
Câu 6. Which of the following is valid SQL for an Index?

A. CHANGE INDEX ID B. CREATE INDEX ID

C. ADD INDEX ID D. REMOVE INDEX ID

Câu 7. The result of a SQL SELECT statement is a(n) ________ .

A. form B. file

C. report D. table

Câu 8. Which of the following is true concerning a procedure?

A. You do not create them with SQL. B. They are the same thing as a function.

C. They include procedural and SQL statements. D. They do not need to have a unique name.

Câu 9. SQL data definition commands make up a(n) ________ .

A. DDL B. DML

C. HTML D. XML

Câu 10. The SQL command to create a table is:

A. NEW TABLE B. CREATE TABLE

C. INSERT TABLE D. MAKE TABLE

Câu 11. Which of the following is NOT a basic element of all versions of the E-R model?

A. Entities B. Primary keys

C. Relationships D. Attributes

Câu 12. A subquery in an SQL SELECT


statement:

A. Cannot have its results sorted using B. Can always be duplicated by a join.
ORDER BY.

C. Can only be used with two tables. D. Has a distinct form that cannot be
duplicated by a join.

Câu 13. The SQL keyword(s) ________ is used with wildcards.

A. IN and NOT IN B. NOT IN

C. LIKE D. IN

Câu 14. Which of the following types of databases are the most common?

A. Enterprise B. Personal

C. Workgroup D. Department

Câu 15. Which one of the following is a set of one or more attributes taken collectively to uniquely
identify a record?

A. Candidate key B. Sub key

C. Super key D. Foreign


key

Câu 16. Which one of the following is a procedural language?

A. Relational algebra Query language

C. Domain relational calculus D. Tuple relational calculus

Câu 17. The primary key is selected from the:


A. Composite keys B. Determinants

C. Candidate keys D. Foreign keys

Câu 18. An attribute that names or identifies entity instances is a(n):

A. Attribute B. Identifier

C. Relationship D. Entity

Câu 19. The command to eliminate a table from a database is:

A. DROP TABLE CUSTOMER; B. REMOVE TABLE CUSTOMER;

C. DELETE TABLE CUSTOMER; D. UPDATE TABLE CUSTOMER;

Câu 20. You can add a row using SQL in a database with which of the following?

A. NEW B. CREATE

C. MAKE D. INSERT

Câu 21. A functional dependency is a relationship between or among:

A. Attributes B. Tables

C. Rows D. Relations

Câu 22. A relational database consists of a collection of

A. Fields B. Records

C. Tables D. Keys

Câu 23. ________ is an open source DBMS product that runs on UNIX, Linux and Windows.
A. Sun ACCESS B. JSP/SQL

C. JDBC/SQL D. MySQL

Câu 24. A key:

A. Identifies a row. B. Must always be composed of two or more columns.

C. Identifies a column D. Can only be one column.

Câu 25. Which of the following is a group of one or more attributes that uniquely identifies a row?

A. Key B. Tuple

C. Determinant D. Relation

Câu 26. To remove duplicate rows from the results of an SQL SELECT statement, the ________ qualifier
specified must be included.

A. DISTINCT B.UNIQUE

C. SINGLE D. ONLY

Câu 27. If attributes A and B determine attribute C, then it is also true that:

A. (A,B) is a composite determinant. B. C is a determinant.

C. A → C. D. B → C.

Câu 28. The HAVING clause does which of the following?

A. Acts like a WHERE clause but is used for group rather than rows

B.Acts like a WHERE clause but is used for columns than columns.

C. Acts like a WHERE clause but is used for groups D. Acts EXACTLY like a WHERE clause. rather
than rows.
Câu 29. What is not an advantage of stored procedures?

A. SQL can be optimized B. Greater security

C. Increased network traffic D. Code sharing

Câu 30. A CASE SQL statement is which of the following?

A. A way to establish an IF-THEN-ELSE in SQL. B. A way to establish a loop in SQL.

C. A way to establish a data definition in SQL. D. A way to establish an assignment in SQL

Câu 32. The term attribute refers to a ___________ of a table.

A. Tuple B. Column

C. Key D. Record

Câu 33. The Microsoft Access wildcards are ____ and ____ .

A. question mark (?); asterisk (*) B. asterisk (*); percent sign (%)

C. underscore(_); question mark (?) D. percent sign (%); underscore (_)

Câu 34. The term _______ is used to refer to a row.

A. Field B. Attribute

C. Instance D. Tuple

Câu 36. Which of the following is true concerning triggers?


A. You do not create them with SQL. B. They have an event, condition, and action.

C. They execute against only some applications that D. They cannot cascade (cause another trigger
to fire). access a database.

Câu 37. What is an SQL virtual table that is constructed from other tables?

A. Query results B. Another table

C. A view D. A relation

Câu 38. Which one of the following sorts rows in SQL?

A. ORDER BY B. ALIGN BY

C. GROUP BY D. SORT BY

Câu 39. The SQL keyword BETWEEN is used:

A. To limit the column displayed B. Sort the results

C. For ranges D. As a wildcard

Câu 40. Row is synonymous with the term:

A. Field Column

C. Record D. Relation

……… HẾT ………

You might also like