Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

PLEASE ONLY ANWER A B C D . . . 1 . Which of the following statement is false? a ) . There is no

PLEASE ONLY ANWER A B C D...
1.Which of the following statement is false?
a). There is no difference between a lower case and upper case keyword in SQL.
b). It is easier to read SQL queries when the keywords are in lowercase.
c). An SQL statement's syntax is determined by its text line.
d). One or more SQL statements can be placed on a single line of text.
2.Which of the following is not SQL Server Numeric Data Type?
a). BIT(Size)
b). CHAR(Size)
c). INTEGER(Size)
d). Date
3.Why won't the following SQL statement work?
SELECT *
FROM CHECKS
ORDER BY desc;
a).The ORDER BY clause doesn't specify any column names.
b).The query is missing a WHERE clause.
c).There are no column names specified after the SELECT keyword
d).The desc keyword should be capitalized

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions

Question

why we face Listening Challenges?

Answered: 1 week ago

Question

what is Listening in Context?

Answered: 1 week ago