Adnan
banner
admztech.bsky.social
Adnan
@admztech.bsky.social
Web .dev
March 12, 2025 at 7:34 PM
Retrieves all columns using simple asterisk symbol (*) in SQL is commonly called a "wildcard" or "star" character.
March 12, 2025 at 7:46 AM
For multiple columns, you simply separate them with commas:
March 12, 2025 at 7:46 AM
#SELECT_command
The SELECT command retrieves data from databases.
Basic syntax is that SELECT command then Column-name then write FROM keyword and at last we mention from which table by writing Table-name.

We are saying give all id from user Table.
March 12, 2025 at 7:46 AM
The ALTER command helps us to:
1. Add a new column to the table.
2. Delete (drop) a column from the table (not supported in SQLite directly).
3.Modify (update) an existing column, such as changing its data type.
4.Rename a column in the table.
5.Rename the table itself.
March 12, 2025 at 7:46 AM
SQL_database
1.SQL databases store data in a table or relational Form.

2. SQL databases use the SQL language to perform queries.

3. A scheme must be defined before storing data.
March 12, 2025 at 7:41 AM
We can retrieves all columns using simple asterisk symbol (*) in SQL is commonly called a "wildcard" or "star" character.
March 7, 2025 at 3:37 PM
For multiple columns, you simply separate them with commas:
March 7, 2025 at 3:37 PM
SELECT_command
The SELECT command retrieves data from databases.
Basic syntax is that SELECT command then Column-name then write FROM keyword and at last we mention from which table by writing Table-name.

We are saying give all id from user Table.
March 7, 2025 at 3:37 PM
The ALTER command helps us to:

1. Add a new column to the table.
2. Delete (drop) a column from the table (not supported in SQLite directly).
3.Modify (update) an existing column, such as changing its data type.
4.Rename a column in the table.
5.Rename the table itself.
March 5, 2025 at 1:07 PM
#NoSql_Databases

1. NoSQL databases do not use SQL to manipulate the data.

2. The data was not stored in relational (table ) form, such as Document-based, Key-value Stores, Graph databases, and Wide columns.

3. Use different query methods.

4 .Scheme is dynamic and flexible.
March 4, 2025 at 6:05 PM
𝐆𝐮𝐞𝐬𝐬 𝐓𝐡𝐞 𝐍𝐮𝐦𝐛𝐞𝐫

Guessing a number game built using HTML , CSS and JavaScript.

𝐋𝐢𝐯𝐞 𝐃𝐞𝐦𝐨 : lnkd.in/dKr6i-Jf
𝐑𝐞𝐩𝐨𝐬𝐢𝐭𝐨𝐫𝐲 : lnkd.in/dJNUZjVU

#WebDevelopment #JavaScriptProjects #FrontendDevelopment #HTMLCSSJavaScript
December 20, 2024 at 4:11 AM
𝐃𝐢𝐠𝐢𝐭𝐚𝐥_𝐜𝐥𝐨𝐜𝐤
This is practice based project build using the HTML, CSS and Js.

𝐋𝐢𝐯𝐞 𝐃𝐞𝐦𝐨 𝐚𝐧𝐝 𝐑𝐞𝐩𝐨𝐬𝐢𝐭𝐨𝐫𝐲
𝘓𝘪𝘷𝘦 𝘋𝘦𝘮𝘰: lnkd.in/d2Tf5zEP
𝘙𝘦𝘱𝘰𝘴𝘪𝘵𝘰𝘳𝘺: lnkd.in/dn6DXp24
December 17, 2024 at 2:14 PM
𝐁𝐌𝐈 𝐂𝐚𝐥𝐜𝐮𝐥𝐚𝐭𝐨𝐫
Simple we-base BMI calculator build with HTML, CSS and JS. Enter the height & weight to calculate BMI & check your weight status.
𝐋𝐢𝐯𝐞 𝐃𝐞𝐦𝐨: lnkd.in/dg6YJD6P
𝐑𝐞𝐩𝐨𝐬𝐢𝐭𝐨𝐫𝐲: lnkd.in/d5qh6XDB

#BMIcalculator #WebDevelopmentProject #HTML #CSS #JavaScript #CodingJourney #FrontendDevelopment
December 13, 2024 at 7:31 AM
Color Mood Changer . I have dev the web App that allows user to change the background color and provide information about color, that was great experience applying hands-on practice with DOM manipulation.
live : admztech.github.io/dynamic-bg-c...

#js #dom #webdev #frontend #webapp
December 6, 2024 at 3:14 PM