Is there a way to automate sql execution from the command-line, batch job or shell script?
No Answer is Posted For this Question
Be the First to Post Answer
Can we alter stored procedure?
source destination distance chennai bangalore 500 bangalore chennai 500 hyd delhi 1000 delhi hyd 1000 bangalore hyd 800 Here chennai to bangalore and bangalore to chennai is same distance. and hyd and delhi also same criteria. Based on the distance i want to display only one row using sql query?
What is sql character function?
Why procedure is used in sql?
What will happen after commit statement ?
Is sql database free?
How are multiple column = value pairs delimited in the SET clause of an UPDATE statement? 1. With commas (SET price = 0, status = 'I') 2. With parentheses (SET (price = 0) (status = 'I')) 3. With double-pipes (SET price = 0 || status = 'I') 4. With square-brackets (SET [price = 0] [status = 'I'] 5. With single or multiple spaces (SET price = 0 status = 'I')
Explain the savepoint statement.
Can you have a foreign key without a primary key?
What is the difference between delete and truncate statement in sql?
What kind of join is join?
What is rank dense_rank and partition in sql?