Untitled

 avatar
unknown
plain_text
a year ago
374 B
17
Indexable
describe dept; 

desc salgrade;

select * from salgrade;

select *
from salgrade'

select dname;
from dept;

select deptno, dname
fromt dept;

/*
1. Parašykite užklausą visai informacijai iš SALGRADE lentelės gauti. 
*/
select * from salgrade;
/*
2. Parašykite užklausą visai informacijai iš EMP lentelės gauti. 


*/

select * from EMP;
Editor is loading...
Leave a Comment