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 data definition language?
What is the difference between local and global temporary table?
Why sql query is slow?
How insert into statements in sql?
What is trigger price?
Explain sql data types?
How do I access sql anywhere database?
what is the use of anchoring object? what r the difference between anchoring object & enclosing object? can any one tell me all the details?
Is primary key is clustered index?
how would you enter characters as hex numbers? : Sql dba
What is join view in sql?
Can we debug stored procedure?
what are the 'mysql' command line arguments? : Sql dba
What is auto increment?
What is rownum?