Ask a New Question

Question

In the following SQL query why do they have an independent letter then period then the table name? I seemed to have missed something in the reading and cannot find it for the life of me


SELECT D.DNAME, E.ENAME
FROM DEPT D LEFT OUTER JOIN EMP E
ON D.DEPTNO = E.DEPTNO
ORDER BY D.DNAME;
9 years ago

Answers

Related Questions

I ned help creating a query that shows the number of days left before the end of the term. I need th... Trigonometry query. ABC is a rightangled triangle. AD is the bisector of angle BAC. Angle DAC = 15 d... What is a database query? A. A form used to create new tables for the database B. A prompt f... what does query operation mean This is a Query 1 relationship. The y-intercept is Query 2 and the slope is Query 3 . The equatio... This is a Query 1 relationship. The y-intercept is Query 2 and the slope is Query 3 . The equation o... This is a Query 1 relationship. The y-intercept is Query 2 and the slope is Query 3 . The equatio... This is a Query 1 relationship. The y-intercept is Query 2 and the slope is Query 3 . The equatio... . The election of Query 2 as president quickly led to the Query 3. What is the purpose if a query language ? to display a web page properly to compile code to inter...
Ask a New Question
Archives Contact Us Privacy Policy Terms of Use