Answer Posted / guest
Close the Database, Dismount the Database and Shutdown the
Instance.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is correlated subquery in dbms?
What's the difference between star and snow flake schema?
Which software is best for database?
Explain what are super servers?
How many rows can a database hold?
What is the best database for big data?
Differentiate nested loop, hash join and merge join.
What is father dbms?
What is the purpose of sql?
Define entity.
What is data model in database?
Define dml compiler.
Why would someone use a database?
IF Statements BLOCK 1 . IF a >= b THEN do_this …..; ELSE do_that….; END IF BLOCK 2 . IF a < b THEN do_that …..; ELSE do_this….; END IF; • Given any pair of non-NULL values for “a” and”b”, will Block 1 and Block 2 do the same thing? • What if either “a” or”b” (or both) is NULL?
Is sql a database?