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
- Host: GitHub
- URL: https://github.com/jayakrishna1509/23r-sql-task
- Owner: jayakrishna1509
- Created: 2024-11-20T11:55:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-20T12:05:53.000Z (over 1 year ago)
- Last Synced: 2025-05-17T20:35:27.062Z (about 1 year ago)
- Topics: database, mysql, sql
- Homepage:
- Size: 241 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.