Fetch an entire row from the employees table for a specific
employee ID:
Answer Posted / suresh ramsing
select * from employees where employee_id='1381';
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Why are aggregate functions called so?
What is hibernate and its relation to sql?
Why we use sql profiler?
How do you use a while loop in pl sql?
How many tables can a sql database have?
What are tables in sql?
Describe sql comments?
What is database migration?
What is sql not null constraint?
what are the system privileges that are required by a schema owner (user) to create a trigger on a table?
What is a sql select statement?
Why partition by is used in sql?
How does cross join work?
Can I create table without primary key?
Does mysql_real_escape_string prevent sql injection?