CREATE TYPE [dbo].[MapExcelTableType] AS TABLE(
[ID] [int] NULL,
[CostCenter] [varchar](150) NULL,
[MobileNo] [varchar](150) NULL,
[EmailID] [varchar](150) NULL,
[FirstName] [varchar](150) NULL,
[LastName] [varchar](150) NULL,
[Services] [varchar](150) NULL,
[UsageType] [varchar](150) NULL,
[Network] [varchar](150) NULL,
[UsageIncluded] [int] NULL,
[Unit] [varchar](150) NULL
)
GO
» Yii 1.0/2.0 Interview Questions The Yii is a pure OOP based framework, free, open source, high-performance, component-based PHP framework for rapidly developing modern Web Applications and the name Yii is pronounced as Yee or [ji:]).... Posted In Yii » Slim Framework Interview Questions Slim Framework is a PHP micro framework that helps PHP developers to write quickly and easily a powerful web applications and APIs. Posted In Slim PHP » PHPixie Framework Interview Questions PHPixie is a Modern, open-source, fast, secure and a lightweight MVC PHP framework designed for speed and simplicity. Posted In PHPixie PHP » Fat Free Framework (F3) Interview Questions A powerful yet easy-to-use PHP micro-framework designed to help you build dynamic and robust web applications - fast! Posted In Fat Free Framework PHP » Aura PHP Framework Interview Questions Aura Framework is a collection of High-quality, well-tested, standards-compliant, decoupled libraries that can be used in any...
