1zo-051:8

Oracle11g SQL Fundamentals I:1ZO-051

Choose the correct syntax to return all columns and rows of data from the EMPLOYEES table.

A. select all from employees;

B. select employee_id, first_name, last_name, first_name, department_id from employees;

C. select % from employees;

D. select * from employees;

E. select *.* from employees;

comments

click here to Post your comments and suggestions regarding this page.

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License