Board practical sql query
Board practical sql query
Table : Stu
i. Write a Query to display all the details of the student from the above table 'STU'.
ii. Write a Query to list name of the students whose ages are between 18 to 20.
iii. Write a Query to display the name of the students whose name is
starting with 'A'.
iv. Write a Query to select distinct Department from STU table.
i. Write a query to display Rollno, Name and Department of the students from STU
table.
ii. Write a query to Display Name of all students whose dept Contains NULL.
iii. Write a Query to list name of female students in Hindi Department.
iv. Write a query to list the names of those students whose name have second alphabet
'n' in their names.