Click here to Skip to main content
15,908,776 members
Home / Discussions / Database
   

Database

 
AnswerRe: how to send captured WireShark packets to sql database Pin
_Damian S_18-Aug-09 14:33
professional_Damian S_18-Aug-09 14:33 
GeneralRe: how to send captured WireShark packets to sql database Pin
that_dude_tj21-Jan-10 11:22
that_dude_tj21-Jan-10 11:22 
QuestionHas anyone experienced extremely large (600+ MB) Access 2007 .mdb files ? Pin
David Mujica18-Aug-09 3:09
David Mujica18-Aug-09 3:09 
AnswerRe: Has anyone experienced extremely large (600+ MB) Access 2007 .mdb files ? Pin
_Damian S_18-Aug-09 14:32
professional_Damian S_18-Aug-09 14:32 
AnswerRe: Has anyone experienced extremely large (600+ MB) Access 2007 .mdb files ? Pin
Mycroft Holmes18-Aug-09 16:58
professionalMycroft Holmes18-Aug-09 16:58 
GeneralRe: Has anyone experienced extremely large (600+ MB) Access 2007 .mdb files ? Pin
_Damian S_18-Aug-09 19:16
professional_Damian S_18-Aug-09 19:16 
QuestionUnatttended installation of SQL server 2005 with vb.net setup Pin
Member 262329918-Aug-09 1:32
Member 262329918-Aug-09 1:32 
QuestionSQL evaluation Pin
PIEBALDconsult17-Aug-09 20:08
mvePIEBALDconsult17-Aug-09 20:08 
I just took an online evaluation of my SQL skills (SQL-FU?).

How would you answer this question:

"
Given the following SQL statement:

SELECT customers.customerid, currentbalance
FROM customers
LEFT OUTER JOIN customer_balance ON customers.customerid =
customer_balance.currentbalance

Which of the following statements correctly describe the result set?
A. Only customerid values with a matching value in the customer_balance table will be displayed in the result set.
B. All currentbalance columns from the customer_balance table will be displayed in the result set. Customerid values will be displayed for each customerid with a matching value in the customers table. Null will be displayed as the value for currentbalance for all customerids with no match in the customer_balance table.
C. All currentbalance columns from the customer_balance table will be displayed in the result set. Customerid values will be displayed for each customerid with a matching value in the customers table. A customerid value of null will be displayed for each customerid without a matching value in the customers table.
D. All customerid columns from the customer_balance table will be displayed in the result set. Current balance values will be displayed for each customerid with a matching customerid value in the customer_balance table. Zero will be displayed as the value for current balance for all customerids with no match in the customer_balance table.
E. All customerid columns from the customers table will be displayed in the result set. Current balance values will be displayed for each customerid with a matching customerid value in the customer_balance table. Null will be displayed as the value for current balance for all customerids with no match in the customer_balance table.
"

I decided that customers.customerid = customer_balance.currentbalance was a typo and chose E.


Ah, well, at least I got 83rd percentile. Big Grin | :-D
AnswerRe: SQL evaluation Pin
_Damian S_17-Aug-09 20:13
professional_Damian S_17-Aug-09 20:13 
Questionunable insert record show error Pin
mjawadkhatri17-Aug-09 20:02
mjawadkhatri17-Aug-09 20:02 
AnswerRe: unable insert record show error Pin
_Damian S_17-Aug-09 20:09
professional_Damian S_17-Aug-09 20:09 
GeneralRe: unable insert record show error Pin
mjawadkhatri17-Aug-09 20:14
mjawadkhatri17-Aug-09 20:14 
GeneralRe: unable insert record show error Pin
_Damian S_17-Aug-09 20:24
professional_Damian S_17-Aug-09 20:24 
GeneralRe: unable insert record show error Pin
mjawadkhatri17-Aug-09 20:39
mjawadkhatri17-Aug-09 20:39 
GeneralRe: unable insert record show error Pin
_Damian S_17-Aug-09 20:49
professional_Damian S_17-Aug-09 20:49 
GeneralRe: unable insert record show error Pin
mjawadkhatri17-Aug-09 20:51
mjawadkhatri17-Aug-09 20:51 
GeneralRe: unable insert record show error Pin
Mycroft Holmes17-Aug-09 21:24
professionalMycroft Holmes17-Aug-09 21:24 
GeneralRe: unable insert record show error Pin
Jerry Hammond18-Aug-09 2:56
Jerry Hammond18-Aug-09 2:56 
QuestionBACKUP HELP IN SQL SERVER 2005 Pin
Member 465028717-Aug-09 19:56
Member 465028717-Aug-09 19:56 
AnswerRe: BACKUP HELP IN SQL SERVER 2005 Pin
Henry Minute18-Aug-09 1:57
Henry Minute18-Aug-09 1:57 
AnswerRe: BACKUP HELP IN SQL SERVER 2005 Pin
Jerry Hammond18-Aug-09 3:01
Jerry Hammond18-Aug-09 3:01 
QuestionMultiple values in sql report Pin
dotnetcsharpdev17-Aug-09 3:59
dotnetcsharpdev17-Aug-09 3:59 
AnswerRe: Multiple values in sql report Pin
David Mujica17-Aug-09 4:17
David Mujica17-Aug-09 4:17 
GeneralRe: Multiple values in sql report Pin
dotnetcsharpdev17-Aug-09 4:32
dotnetcsharpdev17-Aug-09 4:32 
GeneralRe: Multiple values in sql report Pin
David Mujica17-Aug-09 4:56
David Mujica17-Aug-09 4:56 

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.