What is multiple columns?
What is sql server and ase?
column A column b | output 10 7 | 10 5 8 | 8 7 -9 | 7 3 5 | 5 0 6 | 6 Write a sql query to print such output.
What are the benefits of stored procedures?
I have a package in which a table was used in a procedure and compiled later i have dropped the table used in the package what would be the status of package specification and body
How does a self join work?
Explain the structure of pl/sql in brief.
What is informix sql?
What is an example of translating a date into julian format?
What is the difference between the repeatable read and serializable isolation levels? : Transact sql
what is normalization? : Sql dba
how do you restrict number of rows for a particular value in a column.For example:there is a table called fruits,having apples,bananas ,papayas.I dont want to have more than 100 apples in that table ,so how can u restrict number of rows for apple to hundred?
what happens if null values are involved in expressions? : Sql dba