Sunday 6 October 2013

09. LiveChain, Inc. is a leading media company that organizes events and provides photography services. After each event, the company stores the pictures taken in the event and delivers the pictures to the client on request. As a database developer, you have been assigned the task to create a database named PictureLibrary that the company can use to store the pictures.

create Database PictureLibrary
on
Primary (Name =PictureLibrary,FileName= 'c:\Data\PictureLibrary.mdf'),
FileGroup fileStreamGroup Contains fileStram(name = videoLibrary_Data,
fileName= 'c:\Data\pictureLibrary_Data')
Log on (Name=Log1,
fileName='C:\data\pictureLibrary.ldf')

No comments:

Post a Comment