How to write query to select word java's from column
employees and from emp table



How to write query to select word java's from column employees and from emp table..

Answer / sdm

select employee from emp where employee="java's"

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MySQL Interview Questions

How can you make a database as your current database?

0 Answers  


What is the default port for MySQL Server?

0 Answers  


How can I see all mysql databases?

0 Answers  


What are features of mysql?

0 Answers  


How many mysql connections can handle?

0 Answers  


How to use in conditions?

0 Answers  


What are the different column comparison operators in mysql?

0 Answers  


What is full form of xampp?

0 Answers  


What is dirty read and phantom read?

0 Answers  


Is foreign key indexed mysql?

0 Answers  


what is the advantage of stored procedures, triggers and indexing in mysql

1 Answers  


What is new mysqli?

0 Answers  


Categories