Best
Interview Question
PROGRAMMING
JAVASCRIPT
WEB DESIGN
COMPANIES
MANAGERIAL
DATABASE
TESTING
ACCOUNTING
BLOG
How to display odd rows in Employee table in Mysql?
Best Interview Question
Database
MySQL Interview Questions
How to display odd rows in Employee table in Mysql?
How to display odd rows in Employee table in Mysql?
SELECT id, name, department FROM Employee where MOD(id,2) = 1
BY
Best Interview Question
ON
19 Jan 2020