GATE-GE SERIES
Geographic-information-system

Database Management Systems

2 previous year questions.

Volume: 2 Ques
Yield: Medium

High-Yield Trend

2
2025

Chapter Questions
2 MCQs

01
PYQ 2025
medium
geographic-information-system ID: gate-ge-

The first value in the output of a SQL query (given below) when run on a table having name β€œTable-1” is?

SQL Query: SELECT LastName FROM Table-1 WHERE State = "IN" ORDER BY FirstName

LastNameFirstNameStreetNumberStreetNameCityState
SquiresEdwin4589Shamar Rd.UplandIN
RothrockPaul91657Carex Ave.UplandIN
RamirezDouglas123Fake St.SpringfieldIN
PetersonChris4687Windthrow WayKanePA
GibsonDavid354Bluestem St.CarbondaleIL
1
Ramirez
2
Douglas
3
Paul
4
Squires
02
PYQ 2025
medium
geographic-information-system ID: gate-ge-

The table below is an attribute table about employee records. Which attribute can be used as a primary key?

EmployeeNameDesignationDepartment
(Emp_ID)(Emp_Name)(Emp_Desig)(Emp_Dept)
100260PrashantSoftware DeveloperInformation Technology
100265DineshJunior EngineerEmbedded System
100252SomyaHR ManagerManagement
100271DineshJunior EngineerInformation Technology

1

2

3

4