Click here to Skip to main content
16,015,094 members
Home / Discussions / Database
   

Database

 
Generalupdate dataset with changes in database Pin
CNU28-Oct-04 16:19
CNU28-Oct-04 16:19 
GeneralNo value given for ine or more given requirements Pin
jlawren728-Oct-04 14:56
jlawren728-Oct-04 14:56 
GeneralRe: No value given for ine or more given requirements Pin
Edbert P28-Oct-04 21:21
Edbert P28-Oct-04 21:21 
Generalhelp with SQL output Pin
naifq228-Oct-04 10:48
naifq228-Oct-04 10:48 
GeneralRe: help with SQL output Pin
Christian Graus28-Oct-04 11:34
protectorChristian Graus28-Oct-04 11:34 
GeneralRe: help with SQL output Pin
Anonymous28-Oct-04 11:41
Anonymous28-Oct-04 11:41 
GeneralRe: help with SQL output Pin
Christian Graus28-Oct-04 11:52
protectorChristian Graus28-Oct-04 11:52 
GeneralRe: help with SQL output Pin
naifq228-Oct-04 13:01
naifq228-Oct-04 13:01 
I DONT KNOW WHY YOU ARE YOU TALKING TOO MUCH
BUT I AM TRYING TO SOLVE IT FOR MORE THAN TWO WEEKS AND I TRIED SEVERAL WAYS
HERE IS THE MOST RECENT WAYS BUT IT DIDNT WORK:

SELECT DISTINCT D.DEPTNO, D.DNAME, D.LOC,
(SELECT E1.EMPNO FROM EMP E1 WHERE E1.DEPTNO = 10) Dept_10,
(SELECT E2.EMPNO FROM EMP E2 WHERE E2.DEPTNO = 20) Dept_20,
(SELECT E3.EMPNO FROM EMP E3 WHERE E3.DEPTNO = 30) Dept_30
FROM DEPT D, EMP E
WHERE E.DEPTNO = D.DEPTNO;

AND I WILL TRY TO FIND MY OTHER ATTEMPTS AND PUT IT FOR YOU

I WANT TO KNOW HOW COME IT IS VERY SIMPLE QUESTIONS?
FOR YOUR INFO WE ARENT TEACHED THE SQL STATEMENTS BUT WE ARE STUDYING THE DATA MODELING AND OTHER STAFF AND WE HAVE TO LEARN SQL OURSELF.SO DONT THINK WE ARE EXPERTS OR EVEN STUDENTS OF SQL, WE ARE ONLY SELF-LEARNNING STUDENTS.
I'V WENT TO THE COMPLETE DOCUMENTATION OF THE SQL BUT I DIDNT FIND THE CORRECT FUNCTIONS TO USE!!
Generalhelp with SQL query Pin
naifq228-Oct-04 10:44
naifq228-Oct-04 10:44 
GeneralRe: help with SQL query Pin
Anonymous28-Oct-04 13:54
Anonymous28-Oct-04 13:54 
GeneralSQL Server Transaction vs ADO.Net Transaction Pin
Ketty Avashia28-Oct-04 5:24
Ketty Avashia28-Oct-04 5:24 
Generala general question regrding SQL and IP address Pin
hasanali0028-Oct-04 5:14
hasanali0028-Oct-04 5:14 
GeneralRe: a general question regrding SQL and IP address Pin
Colin Angus Mackay28-Oct-04 6:57
Colin Angus Mackay28-Oct-04 6:57 
GeneralRe: a general question regrding SQL and IP address Pin
hasanali0028-Oct-04 23:32
hasanali0028-Oct-04 23:32 
GeneralReturn parameters in Strored procedures Pin
Abbas_Riazi28-Oct-04 0:47
professionalAbbas_Riazi28-Oct-04 0:47 
GeneralRe: Return parameters in Strored procedures Pin
Mike Dimmick28-Oct-04 2:07
Mike Dimmick28-Oct-04 2:07 
GeneralRe: Return parameters in Strored procedures Pin
cnet20083-Nov-04 15:28
cnet20083-Nov-04 15:28 
GeneralRetreival Of Data Pin
benito198127-Oct-04 14:07
benito198127-Oct-04 14:07 
GeneralRe: Retreival Of Data Pin
Christian Graus27-Oct-04 14:17
protectorChristian Graus27-Oct-04 14:17 
GeneralRe: Retreival Of Data Pin
benito198127-Oct-04 14:28
benito198127-Oct-04 14:28 
GeneralRe: Retreival Of Data Pin
Christian Graus27-Oct-04 14:55
protectorChristian Graus27-Oct-04 14:55 
GeneralSQL Server metadata again Pin
Anonymous26-Oct-04 22:41
Anonymous26-Oct-04 22:41 
GeneralRe: SQL Server metadata again Pin
Michael Potter27-Oct-04 11:35
Michael Potter27-Oct-04 11:35 
GeneralTrashed MSDE Instance Pin
Blake V. Miller26-Oct-04 19:19
Blake V. Miller26-Oct-04 19:19 
QuestionHow to use IDBConnection Pin
Alomgir Miah26-Oct-04 10:21
Alomgir Miah26-Oct-04 10:21 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.