Site Sponsored By: SQLDSC - SQL Server Desired State Configuration
Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
I have 3 tables and the details are as followstblemployee----------employeeIDRowIDtblOrders---------employeeIDorderIDtblOrderDetails---------------employeeIDorderIDorderDetailIDBased on the RowID (in tblEmployee), I want to retrieve the employeeID from tblEmployee and then get all the orderID's from tblOrders tables and also get orderDetailID from tblOrderDetails table. How do I write this query? This query should be an updatable queryThanks much.
"There is only one difference between a dream and an aim. A dream requires soundless sleep to see, whereas an aim requires sleepless efforts to achieve..!!"