You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
La idea fundamental de este proyecto es permitir la programación de citas a través de la web, con la capacidad de enviar confirmaciones por correo electrónico. Inicialmente, cada usuario podrá iniciar sesión para confirmar sus citas. Este sistema está especialmente diseñado para barberías.
Design the SQL tables and dependencies to hold the data from the CSV files, import the CSV files into a SQL database, and answer questions about the data.
To answer important business questions for the company’s HR department, we utilized Postres SQL as the database to load, build, and host the company data. We used pgAdmin to run quarries and generated multiple analyses in a well-designed database with reporting capabilities. The final data reporting can be adapted by any large coorporation to pr…
The company Pewlett-Hackard wants to know the number of employess and the titles.The company also asked us to come up with numbers of elegible mentorship program. Number of retiress, their titles and departments.
Fictional company Pewlett Hackard needs to determine the number of retiring employees per title and identify employees who are eligible to participate in a mentorship program. Both tasks are accomplished using SQL queries.