Advertisement
Guest User

Untitled

a guest
Mar 20th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.54 KB | None | 0 0
  1. Monday- cisco
  2.  
  3.  
  4.  
  5. Procedures doesn't need to return any value TRUE
  6.  
  7. function doesn't need to return any value FALSE
  8.  
  9. Variables can be used for ALL
  10.  
  11. In distributed database design, portion of a database resides in DIFFERENT
  12.  
  13. the process of selecting the data storage and data access characteristics of the database PHYSICAL
  14.  
  15. Information are raw facts FALSE
  16.  
  17. To reference a bind variable, it should be prefixed by ampersand (&) symbol FALSE
  18.  
  19. IN operator is used to match a character pattern TRUE
  20.  
  21. Designers gather information from ALL
  22.  
  23. Components of Information system are PEOPLE HARDWARE DATA
  24.  
  25. Old and new quantifiers are available only in row triggers TRUE
  26.  
  27. Function must have at least one return statement TRUE
  28.  
  29. User defined functions can not be used in, order by or group by classes FALSE
  30.  
  31. SQL statements are case sensitive FALSE
  32.  
  33. Anonymous blocks doesn't have any name TRUE
  34.  
  35. top down design SET DATA
  36.  
  37. This design first identifies the data items and then groups them together in data sets BOTTOM UP
  38.  
  39. Distinct key word is used to eliminate duplicate rows TRUE
  40.  
  41. Data dictionary provides information about ROW
  42.  
  43. Match The Following
  44. Question
  45. Fires when an even occurs with a particular application
  46. APP TRIGGER, DATABASE ROW STATEMENT
  47.  
  48. Question
  49. feasibility study PLANNING
  50. user requirements ANALYSIS/DATA MODEL
  51. detailed system - DESIGN
  52. coding, testing -implementation
  53.  
  54. This command permanently stores data changes COMMIT
  55.  
  56. Count function in SQL returns the number of ROW
  57.  
  58. Reference variable is used to store index address TRUE
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement