An open API service indexing awesome lists of open source software.

https://github.com/jayakrishna1509/23r-sql-task

Operators in SQL
https://github.com/jayakrishna1509/23r-sql-task

database mysql sql

Last synced: about 2 months ago
JSON representation

Operators in SQL

Awesome Lists containing this project

README

          

# 23R-SQL-Task

## Operators in SQL

* 1)create a table student with values (id, name, mobile_no,batch_name)
The output should be Student is from batch_name by using the concatenation operation.

* 2)select name from the table that start with given character(any char you can take as example ) using the like operation.