Welcome to my very first post! I’m using this blog to share updates on my side projects, portfolio highlights, and anything I find useful in AI + biotech.
Here’s an example code snippet (T-SQL):
```tsql
SELECT *
FROM sys.tables
WHERE [name] = ‘SomeTable’;