In this assignment, I practiced creating tables with different constraints like PRIMARY KEY, NOT NULL, UNIQUE, CHECK, DEFAULT and FOREIGN KEY. CREATE TABLE students ( id SERIAL PRIMARY KEY, name TEXT, age INT ); CREATE TABLE employees ( id SERIAL PRIMARY KEY, name TEXT NOT NULL, email TEXT NOT NULL,
โกKey InsightsAI analyzingโฆ
C
Christina Sharon S
๐ก
Tags:#cloud#dev.to
Found this useful? Share it!
Read the Full Story
Continue reading on Dev.to
Related Stories
โ๏ธ
โ๏ธCloud & DevOps
The Agent Economy Is Here โ Why AI Agents Need Their Own Marketplace
about 11 hours ago
โ๏ธ
โ๏ธCloud & DevOps
Same Prompt. Different Answers Every Time. Here's How I Fixed It.
about 11 hours ago
โ๏ธ
โ๏ธCloud & DevOps
GHSA-CCGF-5RWJ-J3HV: GHSA-ccgf-5rwj-j3hv: DOM XSS via Unsafe Deserialization in TeleJSON
about 11 hours ago
โ๏ธ
โ๏ธCloud & DevOps
Your Go Tests Pass, But Do They Actually Test Anything? An Introduction to Mutation Testing
about 11 hours ago
