Question
Which of the following is an incorrect statement? Select one: a. A precompiler is required to translate embedded SQL. b. A precompiler is required to
Which of the following is an incorrect statement?
Select one:
a. A precompiler is required to translate embedded SQL.
b. A precompiler is required to translate SQLJ.
c. Embedded SQL uses variables in the host language to pass parameters to SQL queries.
d. JDBC uses variables in the host language to pass parameters to SQL queries.
Clear my choice
Question 32
Not yet answered
Marked out of 1.00
Flag question
Question text
After a database has been created, there are two ways of populating the tables either from existing data or through the use of the user applications developed for the database.
Select one:
True
False
Question 33
Not yet answered
Marked out of 1.00
Flag question
Question text
Which of the following is wrong about domains of a relation?
Select one:
a. Two or more attributes can be defined on the same domain
b. Two attributes that include values from different domains can easily be compared
c. A tuple can draw values from different domains
d. A pool of atomic values constitutes a domain
Clear my choice
Question 34
Not yet answered
Marked out of 1.00
Flag question
Question text
Look at the below SQL create command. Consider that there is only one profession which is named as Student. Which of the following statements is wrong about this SQL create statement?
CREATE TABLE USERS (NAME CHAR(20), AGE INTEGER, PROFESSION VARCHAR(30))
Select one:
a. Stored data for the NAME column requires more database space than stored data for the PROFESSION column.
b. Table name is USERS.
c. There are three columns in this table.
d. CHAR (7) can also be used for the PROFESSION column.
Clear my choice
Question 35
Not yet answered
Marked out of 1.00
Flag question
Question text
A relational database can be defined as a self-describing collection of non-integrated relations.
Select one:
True
False
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started