KFIN_Tech_Screening_Test_Python_103_Jan'24

KFIN_Tech_Screening_Test_Python_103_Jan'24

Professional Development

60 Qs

quiz-placeholder

Similar activities

Informática

Informática

Professional Development

55 Qs

A+ 1101 Study Quiz 2

A+ 1101 Study Quiz 2

Professional Development

57 Qs

Salesforce Cert Dev 1 (part 2)

Salesforce Cert Dev 1 (part 2)

Professional Development

65 Qs

Cisco Certified Support Technician Networking

Cisco Certified Support Technician Networking

Professional Development

55 Qs

iNTRED- Set B

iNTRED- Set B

Professional Development

65 Qs

RA-MD03-JAVA-Hackathon-05

RA-MD03-JAVA-Hackathon-05

Professional Development

60 Qs

Criptografía

Criptografía

12th Grade - Professional Development

60 Qs

Mulesoft Practice Test

Mulesoft Practice Test

Professional Development

59 Qs

KFIN_Tech_Screening_Test_Python_103_Jan'24

KFIN_Tech_Screening_Test_Python_103_Jan'24

Assessment

Quiz

Computers

Professional Development

Practice Problem

Hard

Created by

Lilesh Pathe

Used 1+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

60 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which SQL function is used to count the number of rows in a SQL query?

COUNT()
NUMBER()
SUM()
COUNT(*)

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following statement is true?

DELETE does not free the space containing the table and TRUNCATE free the space containing the table
Both DELETE and TRUNCATE free the space containing the table
Both DELETE and TRUNCATE does not free the space containing the table
DELETE free the space containing the table and TRUNCATE does not free the space containing the table

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What does the ALTER TABLE clause do?

The SQL ALTER TABLE clause modifies a table definition by altering, adding, or deleting table columns and/or constraints
The SQL ALTER TABLE clause is used to insert data into database table
THE SQL ALTER TABLE deletes data from database table
The SQL ALTER TABLE clause is used to delete a database table

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

The UNION SQL clause can be used with _____________

SELECT clause only
DELETE and UPDATE clauses
UPDATE clause only
All of the mentioned

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

How can you change “Hansen” into “Nilsen” in the “LastName” column in the Persons table?

UPDATE Persons SET LastName=’Hansen’ INTO LastName=’Nilsen’
MODIFY Persons SET LastName=’Nilsen’ WHERE LastName=’Hansen’
MODIFY Persons SET LastName=’Hansen’ INTO LastName=’Nilsen’
UPDATE Persons SET LastName=’Nilsen’ WHERE LastName=’Hansen’

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

SQL query to find the temperature in increasing order of all cities.

SELECT city FROM weather ORDER BY temperature
SELECT city, temperature FROM weather
SELECT city, temperature FROM weather ORDER BY temperature
SELECT city, temperature FROM weather ORDER BY city

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the meaning of LIKE ‘%0%0%’?

Feature begins with two 0’s
Feature ends with two 0’s
Feature has more than two 0’s
Feature has two 0’s in it, at any position

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?