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 do you mean by rowid?
How do you remove duplicate records from a table?
What is row_number () in sql?
How to generate a salary slip like jan 1000 1000 feb 1000 2000 ... dec 1000 12000
How do you drop a trigger?
How to use sql statements in pl/sql?
What is the purpose of a sql?
how to select first 5 records from a table? : Sql dba
What is pls_integer in pl sql?
What is sql dialect?
How does postgresql compare to mysql?
What does where 1/2 mean in sql?
how to get help information from the server? : Sql dba
What is the starting oracle error number? What is meant by forward declaration in functions?
What are different types of indexes?