Can a DIALOG WINDOW have scroll bar attached to it ?
Answer Posted / guest
No
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
How to know the Architecture of the Database
What is db context?
What are the ways to tune reporting services?
What are fact tables and dimension tables ? What is dimensional modeling and star schema design
What is system r?
What is alternate key?
When we will denormalize data?
What is a php database?
Which two statements are true about a foreign key?
How to extract metadata for the entire database?
With DTS packaging I can store tables in Excel and convert them back to SQL. But once I copied tables to Excel I want to modify some info. How you do that without editing the Excel file?
What is database management definition?
How to implement a database management system?
Do we consider null values the same as that of blank space or zero?
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?