Showing content from https://coderbyteprojectattachments.s3.amazonaws.com/coderbyteengineering_Users_mssql.sql below:
-- ------------------------------------------------------------- -- TablePlus 4.1.2(382) -- -- https://tableplus.com/ -- -- Database: drsgb31g5aw44ct -- Generation Time: 2023-03-17 22:53:14.9890 -- ------------------------------------------------------------- -- This script only contains the table creation statements and does not fully represent the table in the database. It's still missing: sequences, indices, triggers. Do not use it as a backup. CREATE TABLE [dbo].[example_Users] ( [ID] char(6), [NAME] char(40), PRIMARY KEY ([ID]) ); INSERT INTO [dbo].[example_Users] ([ID], [NAME]) VALUES (N'111', N'Ron'), (N'123', N'John'), (N'222', N'Ashley'), (N'456', N'Robert'), (N'644', N'Megan');
RetroSearch is an open source project built by @garambo
| Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4