|
#204. Scott issues the SQL statements: CREATE TABLE dept (deptno NUMBER(2), dname VARCHAR2(14), loc VARCHAR2(13)}; GRANT SELECT ON DEPT TO SUE;
If Sue needs to select from Scott's DEPT table, which command should she use?
Show comments for this question (1)
Add comments
Link to this question
|