RDBMS 10 Quiz 8

Share with others

Welcome to your RDBMS 10 Quiz 8

Q71. Command to display all the data from the table "emp" is

Q72. Which command is used to create table?

Q73. Shortcut to execute query in Create Query in SQL View is ________

Q74. Which command is used to display the salary of all the employees after incrementing by 1000.

Q75. Select "salary" from emp;

Q76. Select "empname", "salary" * 3 from emp;

Q77. To get details about the list of students whose favorite color is blue. Query for this is

Q78. select * from SDetails order by “Rollno” ASC;

Q79. Which command is used to modify data in table?

Q80. Which command is used to delete data from table?


Share with others

Leave a Reply

error: Content is protected !!