How to write query to select word java's from column
employees and from emp table
Answer Posted / sdm
select employee from emp where employee="java's"
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is memory table in mysql?
What are Heap tables?
Which command is used to view the content of the table in mysql?
If you are assigned a task, to find the information of procedures. What are the basic commands that you will use to do so?
How do I delete a table in mysql workbench?
Does uninstalling mysql delete database?
how to show all records starting with the letters 'sonia' and the phone number '9876543210' limit to records 1 through 5.
What is the difference between char and varchar?
What is the difference between unix timestamp and mysql timestamp?
What are the indexes in mysql?
What is a session in mysql?
How do I exit mysql?
Is mysql distributed?
What is foreign key in mysql?
how to add a new column to an existing table?