how to add a new column to an existing table in mysql? : Sql dba
No Answer is Posted For this Question
Be the First to Post Answer
Hello All, Could any well write a query for the following scenario. Account(table name) No Name Amount 1 ABCD 2000.00 2 DEFG -2000.00 3 GHIJ 3000.50 4 JKLM 4000.00 5 MNOP 6000.00 O/p Should be in this format No Name Credit Debit 1 ABCD 2000.00 0 2 DEFG 0 -2000.00 3 GHIJ 3000.50 4 JKLM 0 -4000.00 5 MNOP 6000.00 o could any one give appropriate query for this Thnks in Advance
Where can I learn sql for free?
wtite down triggr not any entry on Sunday
what is datawarehouse? : Sql dba
How many functions are there in sql?
how many sql dml commands are supported by 'mysql'? : Sql dba
How to execute a stored procedure?
Does sqlite need a server?
What is the full form of sql?
If i can use sys.check_constraints to display my constraints from my database using sql server 2005, how can i display then if i am using sql server 2000????
How do I remove sql developer from windows 10?
What do we need to check in database testing?