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
what is the syntax for using sql_variant_property? : Transact sql
Is left join same as inner join?
What is the use of %rowtype?
what are all the different types of indexes? : Sql dba
What are the different set operators available in sql?
how to get a list of columns in an existing table? : Sql dba
What is foreign key sql?
what is the difference between primary key and unique key? : Sql dba
what are date and time functions in mysql? : Sql dba
what is a foreign key ? : Sql dba
Can we delete column in sql?
What is function and procedure in pl sql?
How do I turn a list into a table?
Is foreign key mandatory?
how to convert character strings to dates? : Sql dba