Structured Query Language

Which of the following is correct SQL query to get records of clerks from EMP table?

ایم پی ٹیبل سے کلرکوں کے ریکارڈ حاصل کرنے کے لئے مندرجہ ذیل میں سے کون سا صحیح ایس کیو ایل استفسار ہے؟
Answer: SELECT * FROM EMP WHERE Job = 'Clerk';
Explanation

The single equals sign = is used for comparison in SQL conditions.

The query correctly filters rows where the Job column matches the string 'Clerk'.

This question appeared in Past Papers (6 times)
ETEA 25 Years Past Papers Subject Wise (Solved) (2 times)
KPK Teacher Past Papers SST PST CT TT PET (2 times)
Secondary School Teacher SST Past Papers, Syllabus, Jobs (2 times)
This question appeared in Subjects (1 times)

Install this app on your device for quick access right from your home screen.