Description: programming languages Online Quiz - 47 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: programming languages |
Which of the following is not allowed while creating a table using CRRATE TABLE in SQL?
Which of the following SQL statement create a sequence SE with starting value as 30 and in increments of 20?
Consider an emp table having columns empno, empname, salary Which of the following queries sort emp table by empname and then by salary in descending order
Which of the following commands denote DML commands
The tables can be combined together in SQL using the concept of
The transformation functions used are
SQL is a language for
The SQL command used to comment multiple lines is
SQL support which of the following data model
Casting from reference type to value or vice versa is called as
Every .NET compliant compiler generates IL:
A DataSet can hold any number of tables
OPTION exists in VB.NET
Web.Config file is of the type
Select the keyword used to compare the object variable?
How does VB.NET instantiates the .NET object
What is the output of the following code in Test class Class Myclass Dim Num as Integer Private Sub New (i as integer) Num=i End sub End class Class Test Sub Main() Dim c as Myclass C=New Myclass (10) End sub End Class
You can create Command Line applications using VB.Net
A ‘Queue’ Collection provides ‘first-in-first-out’ functionality:
Assembly manifest contains