You are on page 1of 3

Q1: HTML Is a subset of?

a SGMD

b SGMT

c None Of These

d None

e None

f SGML

Q2: Which of the following is a command in Linux??

ax

bw

c All of the Above

d None

e None

ft

Q3: Data Warehouse provides?

a Storage, Functionality Responsiveness to queries

b Transaction Responsiveness

c Demand and Supply Responsiveness

d None

e None of these

f None

Q4: Which artisan command would you use to create a new Laravel Controller??
a None

b php artisan controller create controller_name

c php artisan controller:make controller_name

d php artisan make:controller controller_name

e None

f php artisan create:controller controller_name

Q5: What will be the output of the following query. SELECT * FROM `sales` WHERE amount
> 200.?

a the query will display all the sales records with amounts greater than 200

b the query will display all the sales records with amounts less than 200

c the query will output sales records with the amount equal to 200.

d None

e the query will display all the sales records with amounts starting from 200 and
above

f None

Q6: Which of the following methods sends input to a script via a URL??

a None

b Post

c Get

d Both

e None

f None

Q7: Which function is used to get the current time in mysql??

a None
b getTime()

c None

d Time()

e None

f NOW()

You might also like