AMA Answers - IT6202 - Database Management System 1
AMA Answers - IT6202 - Database Management System 1
Higit Pa
AMA Answers
AMAOED Answers 95-100% correct with proof. Better than Brainly.ph and coursehero because this is free and tested
Select one:
a. Multiple row function
b. Character function
c. Number function
d. Case manipulation function
Customer
Select one:
a. Single row
b. Dual table Service
Reimagined
c. Multiple row
d. Number function
Be onboarded in
under 24 hours, save
time, improve NPS &
CSAT scores. Book
This is use to accept character input and can return both character and number values. your free demo!
Select one:
a. Multiple row function Dixa
b. Number function
c. Character function
d. Case manipulation function
Open
This is use to accept character input and can return both character and number values.
POPULAR AMA COURSES
This is use to find the numeric position of a named character starting at character position n.
Select one:
a. INSTR
b. Length
c. SUBSTR
d. Trim
It is a table that is owned by the user SYS and can be accessed by all users.
Select one:
a. Authors
駐在3年目。
b. Parts
c. Dual
d. Employees
英語の会議が
苦手
ビジネス英語
スピーキング教材の
決定版!優秀な
This is use to return one result per row.
Select one:
ビジネスパーソンが
a. Dual table
b. Single row
選ぶ【60日返金保証】
c. Multiple row パタプライングリッシュ
d. Number function
開く
Extracts a string of determined length. BLOG ARCHIVE
▼ 2021 (31)
Select one: ▼ February (8)
a. Trim Part 2 GE6107 - Ethics (BS IT and BS
CS Only)
b. Length
Part 1 GE6107 - Ethics (BS IT and BS
c. SUBSTR CS Only)
b. 0 ► January (23)
c. 00
► 2020 (38)
d. 60
- Assignment 001
- Assignment 003
- Assignment 004
- Assignment 005
- Assignment 006
Customer
- Assignment 007
- Assignment 008
Service
- Assignment 009
Choose the letter of the correct answer based on the table EMPLOYEES as shown
below.
Table 1.0 EMPLOYEES
Question 1
Which of the following query is correct which will display the same output as shown
Correct
below?
Mark 1.00 out of
1.00
Select one:
Flag question
a. SELECT COUNT(DISTINCT MANAGER_ID) AS "NO. OF MANAGER_ID"
FROM EMPLOYEES;
b. SELECT COUNT *(DISTINCT MANAGER_ID) AS "NO. OF MANAGER_ID"
FROM EMPLOYEES;
c. SELECT COUNT(DISTINCT MANAGER_ID) AS NO. OF MANAGER_ID
FROM EMPLOYEES;
Question 2
Which of the following query is correct which will display the same output as shown
Correct
below?
Mark 1.00 out of
1.00
Flag question
Select one:
a. SELECT COUNT(*) FROM EMPLOYEES;
b. SELECT COUNT ALL FROM EMPLOYEES;
c. SELECT * FROM EMPLOYEES;
Question 3
Which of the following query is correct which will display the same output as shown
Correct
below?
Mark 1.00 out of
1.00
Flag question
Select one:
a. SELECT MIN(LASTNAME), JOB_ID, MAX(SALARY)
FROM EMPLOYEES
WHERE JOB_ID LIKE '%REP%';
Question 4
Which of the following query is correct which will display the same output as shown
Correct
below?
Mark 1.00 out of
1.00
Select one:
Flag question
a. SELECT MAX(LASTNAME||','||FIRSTNAME) AS NAME, MAX(SALARY)
FROM EMPLOYEES;
Question 5
Which of the following query is correct which will display the same output as shown
Correct
below?
Mark 1.00 out of
1.00
Select one:
Flag question
a. SELECT MIN(LASTNAME||FIRSTNAME) AS NAME, DEPARTMENT_ID
FROM EMPLOYEES
GROUP BY DEPARTMENT_ID
WHERE DEPARTMENT_ID IN(90,50)
HAVING MIN(DEPARTMENT_ID)<=90;
Question 6
Which of the following query is correct which will display the same output as shown
Correct
below?
Mark 1.00 out of
1.00
Select one:
Flag question
a. SELECT COUNTDISTINCT(MANAGER_ID) AS "NO. OF MANAGER_ID"
FROM EMPLOYEES;
b. SELECT COUNT *(MANAGER_ID) AS "NO. OF MANAGER_ID" FROM
EMPLOYEES;
c. SELECT COUNT(MANAGER_ID) AS "NO. OF MANAGER_ID" FROM
EMPLOYEES;
Question 7
Which of the following query is correct which will display the same output as shown
Correct
below?
Mark 0.67 out of
1.00
Select one:
Flag question
a. SELECT MAX(FIRSTNAME), MANAGER_ID, COUNT(SALARY),
AVG(SALARY)
FROM EMPLOYEES
GROUP BY MANAGER_ID
WHERE SALARY BETWEEN 6000 AND 10000
HAVING MIN(SALARY) >= 5000;
Question 8
Which of the following query is correct which will display the same output as shown
Correct
below?
Mark 1.00 out of
1.00
Select one:
Flag question
a. SELECT MIN(LASTNAME),MAX(FIRSTNAME),SUM(SALARY),AVG(SALAR
Y)
FROM EMPLOYEES
WHERE JOB_ID LIKE 'ST%';
b. SELECT MIN(LASTNAME),MAX(FIRSTNAME),SUM(SALARY),AVG(SALAR
Y)
FROM EMPLOYEES
WHERE JOB_ID LIKE '%ST%';
c. SELECT MIN(LASTNAME),MAX(FIRSTNAME),SUM(SALARY),AVG(SALAR
Y)
FROM EMPLOYEES
WHERE JOB_ID LIKE '%ST';
d. SELECT MIN(LASTNAME),MAX(FIRSTNAME),SUM(SALARY),AVG(SALAR
Y)
FROM EMPLOYEES
WHERE JOB_ID LIKE = ‘ST’;
Question 9
Which of the following query is correct which will display the same output as shown
Correct
below?
Mark 1.00 out of
1.00
Select one:
Flag question
a. SELECT MIN(initcap(FIRSTNAME||' surnname is '||LASTNAME)) AS
COMPLETE NAME, MIN(MANAGER_ID) AS "LOWEST MANAGER_ID" FROM
EMPLOYEES;
b. SELECT MIN(LOWER(FIRSTNAME||surnname is ||LASTNAME)) AS
"COMPLETE NAME", MIN(MANAGER_ID) AS "LOWEST MANAGER_ID" FROM
EMPLOYEES;
Question 10
Which of the following query is correct which will display the same output as shown
Correct
below?
Mark 1.00 out of
1.00
Select one:
Flag question
a. SELECT JOB_ID, COUNT(JOB_ID)"NO. OF JOB_ID", SUM(SALARY),
AVG(SALARY)
FROM EMPLOYEES;
COURSES