Playwright Test Skeleton - Online Script Boilerplate
Create a basic Playwright script with browser launch, page navigation, and screenshot. Start E2E testing instantly.
UD5 Toolkit
Generate real-world SQL examples for SELECT, JOIN, GROUP BY, and more — across multiple database scenarios
SELECT column1, column2 FROM table_name WHERE condition;
SELECT department, AVG(salary) FROM employees GROUP BY department; calculates the average salary per department. Every non-aggregated column in the SELECT clause must appear in the GROUP BY clause.
SELECT dept, AVG(salary) FROM emp GROUP BY dept HAVING AVG(salary) > 50000;
SELECT name FROM employees WHERE salary > (SELECT AVG(salary) FROM employees); Correlated subqueries reference the outer query and execute once per outer row.
OVER() clause with optional PARTITION BY and ORDER BY. Example: SELECT name, salary, RANK() OVER (ORDER BY salary DESC) FROM employees;
SELECT * — select only needed columns; (3) Use EXPLAIN to analyze query execution plans; (4) Avoid functions on indexed columns in WHERE; (5) Use proper JOIN types; (6) Consider query caching; (7) Break complex queries into smaller parts when beneficial; (8) Regularly update table statistics.
WITH clause, existing only for the duration of the query. CTEs improve readability and can be referenced multiple times. Syntax: WITH cte_name AS (SELECT ...) SELECT * FROM cte_name; Recursive CTEs are powerful for hierarchical data like org charts or category trees.
IS NULL or IS NOT NULL (not = or !=). Functions like COALESCE() return the first non-NULL value, IFNULL() (MySQL) or NVL() (Oracle) provide defaults. Aggregate functions ignore NULLs. Be cautious: NULL in comparisons yields UNKNOWN, which can affect JOIN and WHERE results unexpectedly.
Pro Tip: Use EXPLAIN before your query to understand its execution plan. Always test generated queries on a safe development environment first.
All examples use realistic table structures. Modify table/column names to match your actual database schema.
Create a basic Playwright script with browser launch, page navigation, and screenshot. Start E2E testing instantly.
Fill a professional invoice template with your details, items, and totals. Instantly preview and download as PDF or print. No signup, local only.
Search a comprehensive list of physical unit abbreviations (kVA, BTU, scfm, etc.) and their full name. Quick reference. Local data.
Add top and bottom text to images and create classic memes. Upload your own image or use templates. Download your creation without watermarks. Purely client-side.
Apply the famous alternating-case sarcasm style to your text. Perfect for comments and memes. One-click copy and paste.
Look up chemical cleaners and find safer homemade alternatives. Recipes for cleaning solutions.
View pre‑loaded virtual microscope slides of onion cells, leaf epidermis, etc. Zoom and pan like a real microscope.
Enter a URL and view it in three iframes: mobile, tablet, and desktop side‑by‑side. Quick responsive check.
Quickly test if your webcam, microphone, and speakers work correctly. See live video and audio meter. No data sent.
Answer where you're sealing (shower, window, baseboard) to get the right type of caulk (100% silicone, acrylic latex, etc.). Avoid moldy seals.
Convert between all major length units: meter, kilometer, mile, yard, foot, inch, and more. Instant results in a clean interface. No registration.
Step‑by‑step virtual frog dissection with labeled organs. No mess, ethical. Great for remote learning.
Visually configure scroll‑snap containers and items. Adjust alignment, stop behavior, and padding. Copy the clean CSS instantly.
Generate the MD5 hash of any text string. For quick integrity checks. All local computation.
Format a list of Q&A pairs and export as a CSV ready for Anki import. Simple line‑based template. Local.
Style underlines, overlines, and strike-throughs with colors, wavy styles, and thickness. Modern CSS text‑decoration.
Generate a random medieval occupation with a short description. For NPCs or historical curiosity. Local list.
Design a fully styled scrollbar with colors, width, radius, and hover effects. Supports both ::-webkit‑scrollbar and Firefox scrollbar‑width.
Create a realistic letterpress (debossed) text effect using CSS text‑shadow and background. Adjust depth and light direction. Copy code.
Generate a realistic‑sounding dinosaur name and see a fun description. Perfect for kids and writers.
Upload a small pixel art image and get a CSS grid layout that recreates it using divs. Novelty developer tool.
Generate a random, funny or serious company slogan for your startup idea. Brainstorming helper. All local.
Generate a random, somewhat meaningful song lyric line. Write your own hit with AI‑free randomness. All local.
Pick an emoji and convert it into a proper favicon .ico file for your website. No design skills needed. Instant download.
Generate a realistic‑sounding exoplanet designation (e.g., Kepler‑442b) and a sci‑fi planet description. For worldbuilding.
Add a decorative rectangular border/frame to your image. Adjust width, color, and shadow. Download the framed photo.
Click for an endless stream of random dad jokes and puns. Copy and share. Guaranteed to make you groan. All local.
Generate a random Sudoku puzzle with a unique solution. Choose difficulty and type numbers on the board. Timer and mistake counter.
Enter a list of words and create a custom word search grid. Choose difficulty, print or export as PDF. Great for teachers.
One click to get a hilarious excuse for being late, missing homework, or not doing chores. Pure comedy.