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
How do I copy a table in sql?
How many types of keys are there in sql?
Why is a primary key important?
How do you create a unique index?
how can we know the count/number of elements of an array? : Sql dba
Why are cursors used?
Is pl sql a scripting language?
what is cross join? : Sql dba
What is primary key and unique key?
Can we join same table in sql?
Difference between truncate, delete and drop commands?
what is a materialized view? : Sql dba
How do I run a sql query?
what is clause? : Sql dba
what is a constraint? Tell me about its various levels. : Sql dba