Skip to content

Tag: sql

SQL separate for stored procedure

About SQL Server Management Studio stored procedure. The following variables ‘|’ I want to separate it from. How can I do it? ‘628391|28100|8304|3|1201129|12|Kg|M01|SERIOUSLY CHUNKY WOOL’ ‘627452|…

Create table with composite attribute/columns in sqlite3

I have to create a Table in the SQLite database, however, I am unable to find the syntax where I can define composite attribute/columns while creating the table.In this ER diagram, I have a composite attribute as a DateOfPurchase of the Bicycle So could some please help me with this, Thanks in advance. Answer…

Build combined table from 2 uneven tables

I have 2 uneven tables which I am trying to build into 1 table, each table has a date and ID to join with, the issue is that sometime 1 table can have rows with no matching date in 2nd table Initially table 2 seemed to always have an entry for table 1 so I was doing a left join