Answer Posted / ankit srivastava
Normalization is the technique that removes redundancy in
table.It ensures that there is no any duplicate data in table.
| Is This Answer Correct ? | 16 Yes | 0 No |
Post New Answer View All Answers
List few ways to code transactions in an efficient manner?
Why is group-clause used?
Describe a subquery.
What are the functions of database management system?
What is an example of a database?
What are the types of database?
Which database is used by google?
what is normalization? types of normalization? example of each form? how do u implement normalization in ur project?
What are the different stages in 'data warehousing'?
What do you understand by cursor? Mention the different types of cursor?
what are the different kinds of indexing?
What is end users in dbms?
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?
How do you call a stored procedure from jdbc?
Explain a tp monitor?